basic-move-and-dodge-game

[LEARNING] basic godot game based off the tutorial by borncg on youtube
git clone git://git.figbert.com/basic-move-and-dodge-game.git
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore8L
-rw-r--r--GameOver.tscn63L
-rw-r--r--Level.tscn834L
-rw-r--r--Menu.tscn64L
-rw-r--r--README.md9L
-rw-r--r--YouWin.tscn63L
-rw-r--r--assets/block.gltf166L
-rw-r--r--assets/block.gltf.import1063L
-rw-r--r--assets/blocks.tres137L
-rw-r--r--assets/coin.gltf129L
-rw-r--r--assets/coin.gltf.import1063L
-rw-r--r--assets/enemy-material.material749B
-rw-r--r--assets/enemy.gltf117L
-rw-r--r--assets/enemy.gltf.import1063L
-rw-r--r--assets/fonts/DIN-Alternate-Bold.ttf151528B
-rw-r--r--assets/fonts/JetBrainsMono-Regular.ttf163964B
-rwxr-xr-xassets/fonts/SF-Pro-Rounded-Black.otf2245284B
-rw-r--r--assets/hud_coin.png385270B
-rw-r--r--assets/hud_coin.png.import34L
-rw-r--r--assets/luxoMaterial.material64883B
-rw-r--r--assets/material-block.material37751264B
-rw-r--r--assets/material-coin.material747B
-rw-r--r--assets/playerball.blend850856B
-rw-r--r--assets/playerball.gltf132L
-rw-r--r--assets/playerball.gltf.import1063L
-rw-r--r--assets/playerball.tres18L
-rw-r--r--assets/textures/TactilePaving_Color.jpg2499848B
-rw-r--r--assets/textures/TactilePaving_Color.jpg.import34L
-rw-r--r--assets/textures/TactilePaving_Displacement.jpg831348B
-rw-r--r--assets/textures/TactilePaving_Displacement.jpg.import34L
-rw-r--r--assets/textures/TactilePaving_Normal.jpg3124937B
-rw-r--r--assets/textures/TactilePaving_Normal.jpg.import36L
-rw-r--r--assets/textures/TactilePaving_Roughness.jpg2608568B
-rw-r--r--assets/textures/TactilePaving_Roughness.jpg.import36L
-rw-r--r--default_env.tres14L
-rw-r--r--icon.png4385B
-rw-r--r--icon.png.import34L
-rw-r--r--project.godot61L
-rw-r--r--scenes/Character.tscn14L
-rw-r--r--scenes/blocks.tscn120L
-rw-r--r--scenes/coin.tscn63L
-rw-r--r--scenes/enemy.tscn30L
-rw-r--r--scenes/playerball.tscn14L
-rw-r--r--scripts/Camera.gd20L
-rw-r--r--scripts/Character.gd31L
-rw-r--r--scripts/Coin.gd18L
-rw-r--r--scripts/CoinSpatial.gd9L
-rw-r--r--scripts/Counter.gd12L
-rw-r--r--scripts/GameOverButton.gd8L
-rw-r--r--scripts/PlayButton.gd7L