Explorar el Código

Creee un niveau simple

DricomDragon hace 11 meses
padre
commit
541e15affd
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  1. 3 0
      godot/exec/niveaux/carre_simple.tscn
  2. 6 0
      godot/project.godot

+ 3 - 0
godot/exec/niveaux/carre_simple.tscn

@@ -0,0 +1,3 @@
+[gd_scene format=3 uid="uid://cyyb8weydthjc"]
+
+[node name="CarreSimple" type="Node2D"]

+ 6 - 0
godot/project.godot

@@ -11,9 +11,15 @@ config_version=5
 [application]
 
 config/name="Raquette fracassante"
+config/description="Projet d'apprentissage pour l'atelier Godot des JDLL 2024."
+run/main_scene="res://exec/niveaux/carre_simple.tscn"
 config/features=PackedStringArray("4.2", "GL Compatibility")
 config/icon="res://icon.svg"
 
+[display]
+
+window/size/resizable=false
+
 [rendering]
 
 renderer/rendering_method="gl_compatibility"