This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:guides:beginners:jelly_monsters [2018/06/28 08:39 (7 years ago)] – external edit 127.0.0.1 | en:guides:beginners:jelly_monsters [2024/11/19 02:30 (10 months ago)] (current) – Highlights sausage | ||
---|---|---|---|
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 |