|
|
@@ -1,16 +1,12 @@ |
|
|
|
[gd_scene load_steps=28 format=2] |
|
|
|
[gd_scene load_steps=24 format=2] |
|
|
|
|
|
|
|
[ext_resource path="res://jrpg/scripts/levels/spawner.gd" type="Script" id=1] |
|
|
|
[ext_resource path="res://jrpg/scenes/ui/HUD.tscn" type="PackedScene" id=2] |
|
|
|
[ext_resource path="res://jrpg/scenes/entities/Pickup.tscn" type="PackedScene" id=3] |
|
|
|
[ext_resource path="res://jrpg/scenes/ui/SpeechText.tscn" type="PackedScene" id=4] |
|
|
|
[ext_resource path="res://jrpg/scenes/ui/ChoicesBox.tscn" type="PackedScene" id=5] |
|
|
|
[ext_resource path="res://jrpg/characters/player.tres" type="Resource" id=6] |
|
|
|
[ext_resource path="res://jrpg/misc/jrpg_env.tres" type="Environment" id=7] |
|
|
|
[ext_resource path="res://jrpg/models/nature/dirt.material" type="Material" id=8] |
|
|
|
[ext_resource path="res://jrpg/models/nature/grass.material" type="Material" id=9] |
|
|
|
[ext_resource path="res://jrpg/models/nature/_defaultMat.material" type="Material" id=10] |
|
|
|
[ext_resource path="res://jrpg/scripts/ui/speech_panel.gd" type="Script" id=11] |
|
|
|
[ext_resource path="res://jrpg/characters/basic_enemy.tres" type="Resource" id=12] |
|
|
|
[ext_resource path="res://jrpg/scripts/misc/test_level.gd" type="Script" id=15] |
|
|
|
|
|
|
@@ -239,6 +235,9 @@ data = PoolVector3Array( -0.2022, 0.1046, -0.5078, -0.1617, 0, -0.4063, 0.286, 0 |
|
|
|
[node name="TestLVL" type="Spatial"] |
|
|
|
script = ExtResource( 15 ) |
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."] |
|
|
|
environment = ExtResource( 7 ) |
|
|
|
|
|
|
|
[node name="DirectionalLight" type="DirectionalLight" parent="."] |
|
|
|
transform = Transform( 0.422618, -0.742404, 0.519837, 0, 0.573576, 0.819152, -0.906308, -0.346189, 0.242404, 0, 0, 0 ) |
|
|
|
shadow_enabled = true |
|
|
@@ -387,9 +386,6 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.84158, 3.80559, 11.3488 ) |
|
|
|
[node name="Pickup6" parent="Coins" instance=ExtResource( 3 )] |
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 15.6138, 3.8056, 3.13732 ) |
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."] |
|
|
|
environment = ExtResource( 7 ) |
|
|
|
|
|
|
|
[node name="Enemy Spawner" type="Spatial" parent="."] |
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.42834, 0, 8.41565 ) |
|
|
|
script = ExtResource( 1 ) |
|
|
@@ -399,34 +395,3 @@ character_data = ExtResource( 12 ) |
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.218717, 0, -1.84536 ) |
|
|
|
script = ExtResource( 1 ) |
|
|
|
character_data = ExtResource( 6 ) |
|
|
|
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."] |
|
|
|
|
|
|
|
[node name="UI" parent="CanvasLayer" instance=ExtResource( 2 )] |
|
|
|
healthBar_path = NodePath("../../Enemy/CanvasLayer/UI/HealthBar") |
|
|
|
goldText_path = NodePath("../../Enemy/CanvasLayer/UI/GoldText") |
|
|
|
|
|
|
|
[node name="SpeechPanel" type="Panel" parent="CanvasLayer"] |
|
|
|
anchor_right = 1.0 |
|
|
|
margin_bottom = 193.0 |
|
|
|
script = ExtResource( 11 ) |
|
|
|
__meta__ = { |
|
|
|
"_edit_use_anchors_": false |
|
|
|
} |
|
|
|
text_path = NodePath("../../../TestLVL/CanvasLayer/SpeechPanel/SpeechText") |
|
|
|
choices_path = NodePath("../../../TestLVL/CanvasLayer/SpeechPanel/ChoicesBox") |
|
|
|
|
|
|
|
[node name="SpeechText" parent="CanvasLayer/SpeechPanel" instance=ExtResource( 4 )] |
|
|
|
anchor_right = 0.658 |
|
|
|
anchor_bottom = 1.0 |
|
|
|
margin_right = 0.207947 |
|
|
|
margin_bottom = 0.0 |
|
|
|
|
|
|
|
[node name="ChoicesBox" parent="CanvasLayer/SpeechPanel" instance=ExtResource( 5 )] |
|
|
|
anchor_left = 0.707 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 1.0 |
|
|
|
anchor_bottom = 1.0 |
|
|
|
margin_left = 0.0319824 |
|
|
|
margin_right = -50.0 |
|
|
|
alignment = 1 |