init: DauphinCraft setup — Godot 4 project scaffold
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# DauphinCraft
|
||||
|
||||
Minecraft-like sous-marin — joue un dauphin dans un océan procédural.
|
||||
|
||||
## Lancer le projet
|
||||
|
||||
```bash
|
||||
"/c/Users/flopp/Godot4/godot.exe" --path /c/Users/flopp/Nextcloud2/DauphinCraft
|
||||
```
|
||||
|
||||
Ou ouvrir Godot 4, importer `project.godot`, puis F5.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
scenes/ Scènes Godot (.tscn)
|
||||
scripts/ Scripts GDScript (.gd)
|
||||
assets/ Modèles 3D, textures
|
||||
audio/ Musique, effets sonores
|
||||
shaders/ Shaders GLSL/Godot
|
||||
```
|
||||
Reference in New Issue
Block a user