Godot example

This commit is contained in:
krnlexception 2024-09-13 19:32:24 +02:00
parent 3d649fab95
commit 0515ba3256
No known key found for this signature in database
GPG key ID: DFAB34E39238AEDE
24 changed files with 254 additions and 6 deletions

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="DotTiled.Example.Godot"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.3", "C#", "Forward Plus")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="DotTiled.Example.Godot"