@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=11 format=2]
|
||||
[gd_scene load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_terrain.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_background.gd" type="Script" id=2]
|
||||
@@ -6,6 +6,7 @@
|
||||
[ext_resource path="res://game/characters/mark/mark.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_item.gd" type="Script" id=5]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_room.gd" type="Script" id=6]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=7]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id=1]
|
||||
vertices = PoolVector2Array( 1143.08, 613.35, 1267.68, 669.029, 1275.03, 799.721, -9.16094, 803.802, -6.44019, 711.297, 84.5821, 654.06, 742.298, 623.672, 581.028, 613.592, 583.548, 574.535, 707.02, 574.535, 714.58, 611.072, 3.15687, 646.051, 59.2201, 628.698, 129.634, 615.792, 530.631, 612.332, 550.79, 623.672, 783.875, 609.812 )
|
||||
@@ -141,6 +142,7 @@ polygon = PoolVector2Array( 2.93237, 447.051, 2.93237, 127.051, 88.9324, 71.0505
|
||||
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/l_door"]
|
||||
position = Vector2( 45.47, 383.99 )
|
||||
script = ExtResource( 7 )
|
||||
|
||||
[node name="m_door" type="Area2D" parent="Hotspots"]
|
||||
script = ExtResource( 5 )
|
||||
@@ -158,6 +160,7 @@ polygon = PoolVector2Array( 557.522, 348.813, 551.222, 42.6524, 743.99, 43.9123,
|
||||
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/m_door"]
|
||||
position = Vector2( 653.466, 366.589 )
|
||||
script = ExtResource( 7 )
|
||||
|
||||
[node name="door" type="Polygon2D" parent="Hotspots/m_door"]
|
||||
color = Color( 0.4, 0.501961, 1, 1 )
|
||||
@@ -186,6 +189,7 @@ shape = SubResource( 4 )
|
||||
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/r8_mini_puzzle_button"]
|
||||
position = Vector2( 474.801, 369.29 )
|
||||
script = ExtResource( 7 )
|
||||
|
||||
[node name="button_puzzle" type="Label" parent="Hotspots/r8_mini_puzzle_button"]
|
||||
margin_left = 445.617
|
||||
@@ -218,6 +222,7 @@ shape = SubResource( 4 )
|
||||
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/r8_reset_puzzle_button"]
|
||||
position = Vector2( 474.801, 369.29 )
|
||||
script = ExtResource( 7 )
|
||||
|
||||
[node name="reset_puzzle" type="Label" parent="Hotspots/r8_reset_puzzle_button"]
|
||||
margin_left = 441.128
|
||||
@@ -232,3 +237,4 @@ __meta__ = {
|
||||
|
||||
[node name="player_start" type="Position2D" parent="."]
|
||||
position = Vector2( 76.7617, 437.649 )
|
||||
script = ExtResource( 7 )
|
||||
|
||||
Reference in New Issue
Block a user