
- Finished up healing wave, wall of fire, and stone wall - Added system for spells playing sound effects - Fixed enemy spell randomization from getting duplicate entries
59 lines
2.3 KiB
Plaintext
59 lines
2.3 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://fgo2hd37towj"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/arena.gd" id="1_utmiv"]
|
|
[ext_resource type="PackedScene" uid="uid://nckxh4vysmvv" path="res://Scenes/player_controller.tscn" id="2_ud5et"]
|
|
[ext_resource type="PackedScene" uid="uid://c8wwq1hoj4sd5" path="res://Scenes/Characters/wizard.tscn" id="3_arqpv"]
|
|
[ext_resource type="Resource" uid="uid://bxtiv2esuer8v" path="res://Resources/Spellbooks/oldBook.tres" id="4_3cleg"]
|
|
[ext_resource type="PackedScene" uid="uid://j7mi58bblog5" path="res://Scenes/Characters/evilWizard.tscn" id="5_0xq54"]
|
|
[ext_resource type="PackedScene" uid="uid://dbhep5cgrqipa" path="res://Scenes/UI/castIndicator.tscn" id="6_hj5b3"]
|
|
[ext_resource type="PackedScene" uid="uid://b887yld2mj8se" path="res://Scenes/UI/roundFinishedIndicator.tscn" id="7_2ugem"]
|
|
[ext_resource type="Texture2D" uid="uid://b3dcdubvwsxqb" path="res://Sprites/Backgrounds/Battleground2/Bright/Battleground2.png" id="7_ux7s3"]
|
|
[ext_resource type="PackedScene" uid="uid://bxmhjms3oosfa" path="res://Scenes/UI/hud.tscn" id="8_4c64r"]
|
|
|
|
[node name="Arena" type="Node2D"]
|
|
script = ExtResource("1_utmiv")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
layer = -1
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CanvasLayer"]
|
|
z_index = -10
|
|
z_as_relative = false
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("7_ux7s3")
|
|
expand_mode = 2
|
|
stretch_mode = 6
|
|
|
|
[node name="PlayerController" parent="." node_paths=PackedStringArray("avatar") instance=ExtResource("2_ud5et")]
|
|
avatar = NodePath("../Wizard")
|
|
|
|
[node name="Wizard" parent="." instance=ExtResource("3_arqpv")]
|
|
position = Vector2(277, 334.5)
|
|
spellbook = ExtResource("4_3cleg")
|
|
maxHealth = 1000.0
|
|
health = 1000.0
|
|
player = true
|
|
|
|
[node name="CastIndicator" parent="." instance=ExtResource("6_hj5b3")]
|
|
visible = false
|
|
z_index = 2
|
|
offset_left = 570.0
|
|
offset_top = 210.0
|
|
offset_right = 570.0
|
|
offset_bottom = 210.0
|
|
|
|
[node name="EvilWizard" parent="." instance=ExtResource("5_0xq54")]
|
|
position = Vector2(865, 333.5)
|
|
scale = Vector2(4, 4)
|
|
|
|
[node name="HUD" parent="." instance=ExtResource("8_4c64r")]
|
|
|
|
[node name="CanvasLayer2" type="CanvasLayer" parent="."]
|
|
layer = 2
|
|
|
|
[node name="RoundFinishedIndicator" parent="CanvasLayer2" instance=ExtResource("7_2ugem")]
|