go
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
[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]
|
||||
[ext_resource path="res://game/rooms/room01/room1background.png" type="Texture" id=8]
|
||||
[ext_resource path="res://game/rooms/room01/art2.png" type="Texture" id=9]
|
||||
[ext_resource path="res://game/rooms/room01/art1.png" type="Texture" id=10]
|
||||
[ext_resource path="res://gymkhana/rooms/home/room1background.png" type="Texture" id=8]
|
||||
[ext_resource path="res://gymkhana/rooms/home/art2.png" type="Texture" id=9]
|
||||
[ext_resource path="res://gymkhana/rooms/home/art1.png" type="Texture" id=10]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id=1]
|
||||
vertices = PoolVector2Array( 125, 357, 1170, 355, 1277, 417, 1279, 550, -1, 548, 0, 449 )
|
||||
@@ -22,7 +22,7 @@ __meta__ = {
|
||||
"_edit_vertical_guides_": [ ]
|
||||
}
|
||||
global_id = "room1"
|
||||
esc_script = "res://game/rooms/room01/esc/room01.esc"
|
||||
esc_script = "res://gymkhana/rooms/home/esc/room01.esc"
|
||||
player_scene = ExtResource( 4 )
|
||||
camera_limits = [ Rect2( 0, 0, 1280, 550 ) ]
|
||||
editor_debug_mode = 1
|
||||
@@ -89,7 +89,7 @@ navpoly = SubResource( 1 )
|
||||
pause_mode = 1
|
||||
script = ExtResource( 5 )
|
||||
global_id = "r1_r_exit"
|
||||
esc_script = "res://game/rooms/room01/esc/right_exit.esc"
|
||||
esc_script = "res://gymkhana/rooms/home/esc/right_exit.esc"
|
||||
is_exit = true
|
||||
tooltip_name = "Exit to room 2"
|
||||
default_action = "walk"
|
||||
@@ -108,7 +108,7 @@ script = ExtResource( 7 )
|
||||
pause_mode = 1
|
||||
script = ExtResource( 5 )
|
||||
global_id = "r1_wall_item1"
|
||||
esc_script = "res://game/rooms/room01/esc/wall_item.esc"
|
||||
esc_script = "res://gymkhana/rooms/home/esc/wall_item.esc"
|
||||
tooltip_name = "Artwork"
|
||||
default_action = "look"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
@@ -145,7 +145,7 @@ __meta__ = {
|
||||
pause_mode = 1
|
||||
script = ExtResource( 5 )
|
||||
global_id = "r1_wall_item2"
|
||||
esc_script = "res://game/rooms/room01/esc/wall_item_popupdialog.esc"
|
||||
esc_script = "res://gymkhana/rooms/home/esc/wall_item_popupdialog.esc"
|
||||
tooltip_name = "Artwork 2"
|
||||
default_action = "look"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
@@ -182,7 +182,7 @@ __meta__ = {
|
||||
pause_mode = 1
|
||||
script = ExtResource( 5 )
|
||||
global_id = "trigger_talk"
|
||||
esc_script = "res://game/rooms/room01/esc/trigger.esc"
|
||||
esc_script = "res://gymkhana/rooms/home/esc/trigger.esc"
|
||||
is_trigger = true
|
||||
player_orients_on_arrival = false
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
|
||||
Reference in New Issue
Block a user