File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1+ extends Node
2+
3+ func _ready ():
4+ # Exit godot
5+ self .get_tree ().quit ()
Original file line number Diff line number Diff line change 1+ [gd_scene load_steps =2 format =3 uid ="uid://2mikyvxkygni" ]
2+
3+ [ext_resource type ="Script" path ="res://main.gd" id ="1_2fqr4" ]
4+
5+ [node name ="Node" type ="Node" ]
6+ script = ExtResource ( "1_2fqr4" )
Original file line number Diff line number Diff line change 1+ ; Engine configuration file.
2+ ; It's best edited using the editor UI and not directly,
3+ ; since the parameters that go here are not all obvious.
4+ ;
5+ ; Format:
6+ ; [section] ; section goes between []
7+ ; param=value ; assign values to parameters
8+
9+ config_version =5
10+
11+ [application ]
12+
13+ run/main_scene ="res://main.tscn"
14+ config/features =PackedStringArray ("4.0" )
15+ name ="TestProject"
16+ main_scene ="res://main.tscn"
You canβt perform that action at this time.
0 commit comments