7-31-25 @ 3:05AM

This commit is contained in:
2025-07-31 03:05:11 -04:00
parent 0638fc52ec
commit a8373726f9
26 changed files with 357 additions and 409 deletions

View File

@@ -1,14 +1,15 @@
[gd_scene load_steps=4 format=3 uid="uid://yqtgkxjjexag"]
[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://cdaxqopr35lll" path="res://Gameplay/manager.tscn" id="3_vkc8e"]
[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="Computer" parent="." instance=ExtResource("3_vkc8e")]
[node name="Player" parent="." instance=ExtResource("3_u78cq")]
[node name="Player" parent="." instance=ExtResource("3_vkc8e")]
[node name="Computer" parent="." instance=ExtResource("4_tivnh")]