16 lines
754 B
Plaintext
16 lines
754 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://yqtgkxjjexag"]
|
|
|
|
[ext_resource type="Script" uid="uid://v6ovq4snxruc" path="res://Gameplay/Main.cs" id="1_0xm2m"]
|
|
[ext_resource type="PackedScene" uid="uid://5ymxo45j4ryt" path="res://Gameplay/battle.tscn" id="2_7rujl"]
|
|
[ext_resource type="PackedScene" uid="uid://k6jghetyc3cj" path="res://Gameplay/player_manager.tscn" id="3_u78cq"]
|
|
[ext_resource type="PackedScene" uid="uid://cu06nw3ndwacc" path="res://Gameplay/computer_manager.tscn" id="4_tivnh"]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource("1_0xm2m")
|
|
|
|
[node name="Battle" parent="." instance=ExtResource("2_7rujl")]
|
|
|
|
[node name="Player" parent="." instance=ExtResource("3_u78cq")]
|
|
|
|
[node name="Computer" parent="." instance=ExtResource("4_tivnh")]
|