initial game files

This commit is contained in:
Antti Hakkarainen 2023-02-05 23:36:27 +02:00
commit 24a05c557d
14 changed files with 319 additions and 0 deletions

20
project.godot Normal file
View file

@ -0,0 +1,20 @@
; 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="ACSIM"
run/main_scene="res://scenes/Main.tscn"
config/features=PackedStringArray("4.0", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
Globals="*res://scripts/Globals.gd"