FAZA 2: Player entity with WASD movement, walking animation, and camera follow - Ready for testing
This commit is contained in:
@@ -37,10 +37,14 @@
|
||||
<!-- Utilities -->
|
||||
<script src="src/utils/PerlinNoise.js"></script>
|
||||
<script src="src/utils/IsometricUtils.js"></script>
|
||||
<script src="src/utils/TextureGenerator.js"></script>
|
||||
|
||||
<!-- Systems -->
|
||||
<script src="src/systems/TerrainSystem.js"></script>
|
||||
|
||||
<!-- Entities -->
|
||||
<script src="src/entities/Player.js"></script>
|
||||
|
||||
<!-- Game Files -->
|
||||
<script src="src/scenes/BootScene.js"></script>
|
||||
<script src="src/scenes/PreloadScene.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user