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/02/13 20:47 (8 years ago)] – ↷ Links adapted because of a move operation iarwain | en:guides:beginners:jelly_monsters [2024/11/19 02:30 (10 months ago)] (current) – Highlights sausage | ||
---|---|---|---|
Line 5: | Line 5: | ||
{{ : | {{ : | ||
- | Right click and save to the data/anim folder as " | + | Right click and save to the '' |
- | Create | + | Create |
< | < | ||
Line 23: | Line 23: | ||
Graphic | Graphic | ||
AnimationSet = MonsterAnimationSet | AnimationSet = MonsterAnimationSet | ||
- | Position | + | Position |
Scale = 2.0 | Scale = 2.0 | ||
</ | </ | ||
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 | ||
AnimationSet = MonsterAnimationSet | AnimationSet = MonsterAnimationSet | ||
- | Position | + | Position |
Scale = 2.0 | Scale = 2.0 | ||
Body = MonsterBody | Body = MonsterBody | ||
Line 78: | Line 78: | ||
</ | </ | ||
- | And add "monster" | + | And add '' |
- | < | + | < |
[PlatformBodyPart] | [PlatformBodyPart] | ||
Type = box | Type = box | ||
Line 88: | Line 88: | ||
</ | </ | ||
- | Run it again and the monster should drop nicely | + | Run it again and the monster should drop down onto a platform. |
{{: | {{: |