mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 22:06:03 +03:00
Godot example
This commit is contained in:
parent
3d649fab95
commit
0515ba3256
24 changed files with 254 additions and 6 deletions
20
src/DotTiled.Examples/DotTiled.Example.Godot/project.godot
Normal file
20
src/DotTiled.Examples/DotTiled.Example.Godot/project.godot
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue