You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
522 B
22 lines
522 B
[gd_scene load_steps=3 format=3 uid="uid://6phl40durwor"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cx6yq8awwkqv3" path="res://Scenes/BattleScene.tscn" id="1_fdqdi"]
|
|
|
|
[sub_resource type="CSharpScript" id="CSharpScript_cjbd5"]
|
|
script/source = "namespace CMSGame
|
|
{
|
|
public partial class BattleSceneTest : Node2D
|
|
{
|
|
public override void _Ready()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|
|
"
|
|
|
|
[node name="BattleSceneTest" type="Node2D"]
|
|
script = SubResource("CSharpScript_cjbd5")
|
|
|
|
[node name="BattleScene" parent="." instance=ExtResource("1_fdqdi")]
|