Commit d496729
- assets/images/InGame/Particles/Spec/PongBallParticleSpec.c+53-27
- assets/images/InGame/PongBall/Spec/PongBallSpec.c+2-1
- assets/stages/PlayfieldStageSpec.c+2-2
- assets/stages/TitleScreenStageSpec.c+1-1
- config/Engine.json+1-1
- source/config.h+1-1
- source/macros.h+2
- source/objects/Paddle/Paddle.c+1-1
- source/objects/PongBall/PongBall.c+9-7
- source/states/PongState/PongState.c+12-1
- source/states/TitleScreenState/TitleScreenState.c+40-24
Submodule vuengine-core updated 21 files
- assets/languages/Languages.c-1
- source/graphics/2d/Printing/Printing.c+7
- source/graphics/2d/Sprites/Object/ObjectSprite.c+1-1
- source/graphics/2d/Sprites/Object/ObjectSpriteContainer.c+4-5
- source/graphics/2d/Sprites/SpriteManager.c+4-7
- source/hardware/SoundManager.c+24-31
- source/hardware/SoundManager.h+1
- source/physics/Body.c+31-9
- source/physics/Body.h+6-3
- source/sound/SoundWrapper.c+17-9
- source/sound/SoundWrapper.h+1-2
- source/stage/entities/Actor.c+3-3
- source/stage/entities/Actor.h+1-1
- source/stage/entities/Container.c+47-36
- source/stage/entities/Particles/Particle.c+2-2
- source/stage/entities/Particles/Particle.h+1-1
- source/stage/entities/Particles/ParticleSystem.c+12-1
- source/stage/entities/Particles/ParticleSystem.h+5
- source/stage/entities/Particles/PhysicalParticle.c+2-2
- source/stage/entities/Particles/PhysicalParticle.h+1-1
- source/tools/SoundTest.c+4-1
Submodule vuengine-platformer-demo updated 21 files
- assets/images/Mirror/Spec/WaterPondSpec.c+2-2
- assets/sounds/effects/CollectSoundSpec.c-7
- assets/sounds/effects/CrumbleSoundSpec.c-7
- assets/sounds/effects/FireSoundSpec.c-7
- assets/sounds/effects/JumpSoundSpec.c-7
- assets/sounds/music/SoundTrack01Spec.c+1
- assets/stages/Level1/Spec/Level1MainStageSpec.c+49-49
- config/Engine.json+1-1
- source/config.h+1-1
- source/objects/actors/Hero/Hero.c+11-5
- source/objects/actors/Hero/Hero.h+1-1
- source/objects/actors/Hero/states/HeroMoving.c+3-3
- source/objects/elements/Lava/LavaTrigger.c-5
- source/objects/items/Key/Key.c+9
- source/objects/items/Key/Key.h+1
- source/objects/particles/TorchSmoke/TorchSmokeSpec.c+4-1
- source/objects/particles/WaterSplash/WaterSplashSpec.c+4-1
- source/objects/particles/dust/DustSpec.c+4-1
- source/objects/particles/smoke/SmokeSpec.c+4-1
- source/states/PlatformerLevelState/PlatformerLevelState.c+1-2
- source/states/TitleScreenState/TitleScreenState.c+3-3
0 commit comments