
- Mostly finished the settings menu - Got basic AI working on easy difficulty - Changed when animations are loaded - Music now changes when you hit play - Changed how AI will work. All enemies should only need the combatant script now
61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://fgo2hd37towj"]
|
|
|
|
[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://dbhep5cgrqipa" path="res://Scenes/UI/castIndicator.tscn" id="6_hj5b3"]
|
|
[ext_resource type="Resource" uid="uid://g86hap7s43n8" path="res://Resources/Spellbooks/wizardSpellbook.tres" id="6_imd2s"]
|
|
[ext_resource type="Texture2D" uid="uid://b3dcdubvwsxqb" path="res://Sprites/Backgrounds/Battleground2/Bright/Battleground2.png" id="7_ux7s3"]
|
|
[ext_resource type="PackedScene" uid="uid://cijs8fxylhamd" path="res://Scenes/UI/healthBar.tscn" id="8_b87c8"]
|
|
|
|
[node name="Arena" type="Node2D"]
|
|
|
|
[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")
|
|
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="Wizard2" parent="." instance=ExtResource("3_arqpv")]
|
|
position = Vector2(865, 333.5)
|
|
spellbook = ExtResource("6_imd2s")
|
|
|
|
[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="HealthBar" parent="." instance=ExtResource("8_b87c8")]
|
|
visible = false
|
|
offset_left = 139.0
|
|
offset_top = 204.5
|
|
offset_right = 139.0
|
|
offset_bottom = 204.5
|
|
|
|
[node name="HealthBar2" parent="." instance=ExtResource("8_b87c8")]
|
|
visible = false
|
|
offset_left = 1177.0
|
|
offset_top = 204.5
|
|
offset_right = 1177.0
|
|
offset_bottom = 204.5
|