Skip to content

Commit

Permalink
move demo/scene.tscn to test.tscn
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Franke committed Dec 14, 2023
1 parent 931e8ed commit 648dc48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 0 additions & 8 deletions project/demo/scene.tscn

This file was deleted.

2 changes: 1 addition & 1 deletion project/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ config_version=5
[application]

config/name="project"
run/main_scene="res://demo/scene.tscn"
run/main_scene="res://test.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
File renamed without changes.
8 changes: 8 additions & 0 deletions project/test.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://dm7p2oqcqma0r"]

[ext_resource type="Script" path="res://test.gd" id="1_b6plr"]

[node name="Test" type="Node"]
script = ExtResource("1_b6plr")

[node name="MyNode" type="MyNode" parent="."]

0 comments on commit 648dc48

Please sign in to comment.