[gd_scene load_steps=8 format=3 uid="uid://b5m60q4ly5cxr"] [ext_resource type="Script" path="res://scenes/combat.gd" id="1_jymel"] [ext_resource type="PackedScene" uid="uid://c7wog023ctpe2" path="res://battle/backgrounds/portal/BGPortal.tscn" id="2_sjbnq"] [ext_resource type="Theme" uid="uid://dq6ap352bephr" path="res://rpg_theme.tres" id="3_kwwyq"] [ext_resource type="Script" path="res://menu.gd" id="4_knv7y"] [ext_resource type="PackedScene" uid="uid://6vv30mjgmxef" path="res://scenes/BattleEnemy.tscn" id="5_b7257"] [ext_resource type="PackedScene" uid="uid://dxgn7iah7br1e" path="res://scenes/DialogBox.tscn" id="6_cinfp"] [ext_resource type="PackedScene" uid="uid://ckameeye5gri2" path="res://scenes/BattlePlayer.tscn" id="6_yjigt"] [node name="Combat" type="Node2D"] script = ExtResource("1_jymel") [node name="BGPortal" parent="." instance=ExtResource("2_sjbnq")] layer = -1 [node name="Menu" type="CanvasLayer" parent="."] [node name="menu" type="Control" parent="Menu"] visible = false layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 124.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("3_kwwyq") script = ExtResource("4_knv7y") [node name="Main" type="VBoxContainer" parent="Menu/menu"] layout_mode = 1 anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 offset_top = -96.0 offset_right = 108.0 offset_bottom = 96.0 grow_vertical = 2 [node name="Label" type="Label" parent="Menu/menu/Main"] layout_mode = 2 text = "SMACK" [node name="Label2" type="Label" parent="Menu/menu/Main"] layout_mode = 2 text = "CAST" [node name="Label3" type="Label" parent="Menu/menu/Main"] layout_mode = 2 text = "USE" [node name="Label4" type="Label" parent="Menu/menu/Main"] layout_mode = 2 text = "BAIL" [node name="Smack" type="VBoxContainer" parent="Menu/menu"] visible = false layout_mode = 1 anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 offset_top = -96.0 offset_right = 297.0 offset_bottom = 96.0 grow_vertical = 2 [node name="Label" type="Label" parent="Menu/menu/Smack"] layout_mode = 2 text = "PUNCH" [node name="Label2" type="Label" parent="Menu/menu/Smack"] layout_mode = 2 text = "SLAP" [node name="Label3" type="Label" parent="Menu/menu/Smack"] layout_mode = 2 text = "HIT" [node name="Label4" type="Label" parent="Menu/menu/Smack"] layout_mode = 2 text = "back" [node name="Cast" type="VBoxContainer" parent="Menu/menu"] visible = false layout_mode = 1 anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 offset_top = -96.0 offset_right = 297.0 offset_bottom = 96.0 grow_vertical = 2 [node name="Label" type="Label" parent="Menu/menu/Cast"] layout_mode = 2 text = "FIREBOLT" [node name="Label2" type="Label" parent="Menu/menu/Cast"] layout_mode = 2 text = "FIREBALL" [node name="Label3" type="Label" parent="Menu/menu/Cast"] layout_mode = 2 text = "FIREBLAST" [node name="Label4" type="Label" parent="Menu/menu/Cast"] layout_mode = 2 text = "back" [node name="Use" type="VBoxContainer" parent="Menu/menu"] visible = false layout_mode = 1 anchors_preset = 4 anchor_top = 0.5 anchor_bottom = 0.5 offset_top = -96.0 offset_right = 297.0 offset_bottom = 96.0 grow_vertical = 2 [node name="Label" type="Label" parent="Menu/menu/Use"] layout_mode = 2 text = "POTION" [node name="Label3" type="Label" parent="Menu/menu/Use"] layout_mode = 2 text = "BALLPOINT PEN" [node name="Label4" type="Label" parent="Menu/menu/Use"] layout_mode = 2 text = "back" [node name="Enemy" parent="." instance=ExtResource("5_b7257")] position = Vector2(501, 127) [node name="DialogBox" parent="." instance=ExtResource("6_cinfp")] offset_left = 90.0 offset_top = 226.0 offset_right = 90.0 offset_bottom = 226.0 scale = Vector2(2, 2) [node name="Player" parent="." instance=ExtResource("6_yjigt")] position = Vector2(84, 443)