Character Castlevania Symphony of the Night

시작하기. 무료입니다
또는 회원 가입 e메일 주소
Character Castlevania Symphony of the Night 저자: Mind Map: Character Castlevania Symphony of the Night

1. https://www.mindmeister.com/725194929/character

2. Movement

2.1. Moving

2.1.1. Running

2.1.1.1. Shadow

2.1.1.2. Dust

2.1.1.3. Break stop with dust

2.1.1.4. Does a backslide when moving the opposite direction

2.1.1.5. Hair flows

2.2. Jump

2.2.1. Fall

2.2.2. Special Attack

2.2.3. Backflip

2.2.3.1. Slide

2.3. Crouch

2.3.1. Crouch attack

2.4. Slide

2.4.1. Sliding attack

2.5. Has a trail behind him when moving

2.6. Cape flows correctly

2.6.1. When character jumps, cape is straight and taught

2.6.2. When falling, cape is flowing

2.6.3. When running, cape flows behind character

3. Idle

3.1. Attack pose

3.2. Cool pose

3.3. Idle Attack (body doesn't move, weapon move)

4. Attack

4.1. Weapon blinks when attacking

4.2. Flying uppercut

4.2.1. Trail behind character

4.3. Items

4.4. Weapon

4.4.1. Different animation for different weapons

5. Code

5.1. var moveleft: Boolean = true;

5.2. var moveright: Boolean = true;

5.3. var jump: Boolean = true;

5.4. var crouch: Boolean = true;

5.5. var slide: Boolean = true;

5.6. var walkingdust: Boolean = true;

5.7. var deathspin: Boolean = true;

5.7.1. var bloodsplatter: Boolean = true;

5.7.1.1. var characterdisintegrate: Boolean = true;

5.8. var attack: Boolean = true;

5.9. var uppercut: Boolean = true;

5.10. var useitem: Boolean = true;

5.11. var idle: Boolean = true;

5.12. var idle2: Boolean = true;

5.13. var attackidle: Boolean = true;

6. Death

6.1. Character spins

6.2. Blood splatters everywhere

6.3. Character disintegrates