User Tools

Site Tools


en:guides:beginners:jelly_monsters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:guides:beginners:jelly_monsters [2018/06/28 08:39 (7 years ago)] – external edit 127.0.0.1en: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:
  
-<code=ini>+<code=ini [highlight_lines_extra="5"]>
 [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:
  
-<code=ini>+<code=ini [highlight_lines_extra="6"]>
 [MonsterObject] [MonsterObject]
 Graphic      = MonsterGraphic Graphic      = MonsterGraphic
Line 80: Line 80:
 And add ''monster'' to the ''PlatformBody'' so that collisions work on both object types: And add ''monster'' to the ''PlatformBody'' so that collisions work on both object types:
  
-<code=ini>+<code=ini [highlight_lines_extra="5"]>
 [PlatformBodyPart] [PlatformBodyPart]
 Type        = box Type        = box
en/guides/beginners/jelly_monsters.1530200364.txt.gz · Last modified: 2018/06/28 08:39 (7 years ago) by 127.0.0.1