This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:beginners:jelly_monsters [2018/06/28 12:39 (8 years ago)] – In line with init projects sausage | en:guides:beginners:jelly_monsters [2025/09/30 17:26 (8 weeks ago)] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| Just so you can see the monster working... add a MonsterObject to the Scene childlist: | Just so you can see the monster working... add a MonsterObject to the Scene childlist: | ||
| - | < | + | < |
| [Scene] | [Scene] | ||
| ChildList = PlatformObject # MiddlePlatformObject # | ChildList = PlatformObject # MiddlePlatformObject # | ||
| Line 59: | Line 59: | ||
| Last job is to give the monster a body and ensure he collides with platforms, bullets, and our hero: | Last job is to give the monster a body and ensure he collides with platforms, bullets, and our hero: | ||
| - | < | + | < |
| [MonsterObject] | [MonsterObject] | ||
| Graphic | Graphic | ||
| Line 80: | Line 80: | ||
| And add '' | And add '' | ||
| - | < | + | < |
| [PlatformBodyPart] | [PlatformBodyPart] | ||
| Type = box | Type = box | ||