init
This commit is contained in:
commit
029c00736b
59 changed files with 3819 additions and 0 deletions
34
project.godot
Normal file
34
project.godot
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
; Engine configuration file.
|
||||
; It's best edited using the editor UI and not directly,
|
||||
; since the parameters that go here are not all obvious.
|
||||
;
|
||||
; Format:
|
||||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="neowarsaw"
|
||||
run/main_scene="uid://dt41bt5fi3t47"
|
||||
config/features=PackedStringArray("4.5", "Forward Plus")
|
||||
|
||||
[autoload]
|
||||
|
||||
Global="*res://scenes/global.gd"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=800
|
||||
window/size/viewport_height=600
|
||||
window/size/resizable=false
|
||||
|
||||
[editor]
|
||||
|
||||
version_control/plugin_name="GitPlugin"
|
||||
version_control/autoload_on_startup=true
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/script-ide/plugin.cfg")
|
||||
Loading…
Add table
Add a link
Reference in a new issue