entités
Valentin Stark 3 years ago
parent bce6ffd123
commit c66b4dedcf
  1. 4
      menu/MainMenu.tscn
  2. 4
      project.godot

@ -47,10 +47,6 @@ margin_right = 360.0
margin_bottom = 377.0 margin_bottom = 377.0
text = "Quitter" text = "Quitter"
[node name="Viewport" type="Viewport" parent="."]
size = Vector2( 2048, 2048 )
own_world = true
[connection signal="pressed" from="VBoxContainer/NewButton" to="." method="_on_NewButton_pressed"] [connection signal="pressed" from="VBoxContainer/NewButton" to="." method="_on_NewButton_pressed"]
[connection signal="pressed" from="VBoxContainer/LoadButton" to="." method="_on_LoadButton_pressed"] [connection signal="pressed" from="VBoxContainer/LoadButton" to="." method="_on_LoadButton_pressed"]
[connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"] [connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"]

@ -76,6 +76,10 @@ config/icon="res://icon.png"
Global="*res://utils/Global.gd" Global="*res://utils/Global.gd"
[display]
window/dpi/allow_hidpi=true
[editor_plugins] [editor_plugins]
enabled=PoolStringArray( ) enabled=PoolStringArray( )

Loading…
Cancel
Save