initial commit

This commit is contained in:
David Allen 2024-10-21 22:57:51 -06:00
commit 994fca9f45
Signed by: towk
GPG key ID: 793B2924A49B3A3F
19 changed files with 483 additions and 0 deletions

16
project.godot Normal file
View file

@ -0,0 +1,16 @@
; 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="Slideshow"
run/main_scene="res://Slideshow.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"