Updated escoria-demo-game
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_background.gd" type="Script" id=1]
|
||||
|
||||
[node name="background" type="TextureRect"]
|
||||
margin_right = 1289.0
|
||||
margin_bottom = 555.0
|
||||
mouse_filter = 2
|
||||
script = ExtResource( 1 )
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 206 KiB |
@@ -1,7 +1,6 @@
|
||||
[gd_scene load_steps=11 format=2]
|
||||
[gd_scene load_steps=10 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]
|
||||
[ext_resource path="res://game/fonts/caslonantique.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://game/characters/mark/mark.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=5]
|
||||
@@ -25,19 +24,16 @@ esc_script = "res://game/rooms/room15/esc/room15.esc"
|
||||
player_scene = ExtResource( 4 )
|
||||
camera_limits = [ Rect2( 0, 0, 1280, 555 ) ]
|
||||
|
||||
[node name="ESCBackground" type="TextureRect" parent="."]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
mouse_filter = 2
|
||||
[node name="Room15" type="Sprite" parent="."]
|
||||
texture = ExtResource( 8 )
|
||||
script = ExtResource( 2 )
|
||||
centered = false
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="ESCBackground"]
|
||||
[node name="ColorRect" type="ColorRect" parent="Room15"]
|
||||
margin_right = 387.0
|
||||
margin_bottom = 207.0
|
||||
color = Color( 0, 0, 0, 0.501961 )
|
||||
|
||||
[node name="description" type="Label" parent="ESCBackground/ColorRect"]
|
||||
[node name="description" type="Label" parent="Room15/ColorRect"]
|
||||
margin_left = 9.0
|
||||
margin_top = 32.0
|
||||
margin_right = 615.0
|
||||
@@ -49,20 +45,20 @@ player will spawn at starting location if there is one.
|
||||
If there is none, the player will spawn at origin
|
||||
(0,0), top-left corner of the screen. "
|
||||
|
||||
[node name="room_label" type="Label" parent="ESCBackground/ColorRect"]
|
||||
[node name="room_label" type="Label" parent="Room15/ColorRect"]
|
||||
margin_right = 92.0
|
||||
margin_bottom = 21.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
text = "ROOM 15"
|
||||
|
||||
[node name="ColorRect2" type="ColorRect" parent="ESCBackground"]
|
||||
[node name="ColorRect2" type="ColorRect" parent="Room15"]
|
||||
margin_left = 461.0
|
||||
margin_top = 393.0
|
||||
margin_right = 847.0
|
||||
margin_bottom = 433.0
|
||||
color = Color( 0, 0, 0, 0.501961 )
|
||||
|
||||
[node name="description" type="Label" parent="ESCBackground/ColorRect2"]
|
||||
[node name="description" type="Label" parent="Room15/ColorRect2"]
|
||||
margin_left = 9.0
|
||||
margin_top = 9.0
|
||||
margin_right = 615.0
|
||||
@@ -70,14 +66,14 @@ margin_bottom = 195.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
text = "Use the second door to change between costumes"
|
||||
|
||||
[node name="ColorRect3" type="ColorRect" parent="ESCBackground"]
|
||||
[node name="ColorRect3" type="ColorRect" parent="Room15"]
|
||||
margin_left = 22.0
|
||||
margin_top = 505.0
|
||||
margin_right = 322.0
|
||||
margin_bottom = 545.0
|
||||
color = Color( 0, 0, 0, 0.501961 )
|
||||
|
||||
[node name="description" type="Label" parent="ESCBackground/ColorRect3"]
|
||||
[node name="description" type="Label" parent="Room15/ColorRect3"]
|
||||
margin_left = 9.0
|
||||
margin_top = 9.0
|
||||
margin_right = 615.0
|
||||
@@ -85,14 +81,14 @@ margin_bottom = 195.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
text = "Use the left column for say long left"
|
||||
|
||||
[node name="ColorRect4" type="ColorRect" parent="ESCBackground"]
|
||||
[node name="ColorRect4" type="ColorRect" parent="Room15"]
|
||||
margin_left = 952.0
|
||||
margin_top = 502.0
|
||||
margin_right = 1262.0
|
||||
margin_bottom = 542.0
|
||||
color = Color( 0, 0, 0, 0.501961 )
|
||||
|
||||
[node name="description" type="Label" parent="ESCBackground/ColorRect4"]
|
||||
[node name="description" type="Label" parent="Room15/ColorRect4"]
|
||||
margin_left = 9.0
|
||||
margin_top = 9.0
|
||||
margin_right = 615.0
|
||||
@@ -123,6 +119,7 @@ esc_script = "res://game/rooms/room15/esc/left_exit.esc"
|
||||
is_exit = true
|
||||
tooltip_name = "Left exit"
|
||||
default_action = "walk"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
animations = null
|
||||
|
||||
@@ -143,6 +140,7 @@ esc_script = "res://game/rooms/room15/esc/right_exit.esc"
|
||||
is_exit = true
|
||||
tooltip_name = "Right exit"
|
||||
default_action = "walk"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
animations = null
|
||||
|
||||
@@ -171,6 +169,7 @@ global_id = "say_long_left"
|
||||
esc_script = "res://game/rooms/room15/esc/say_long.esc"
|
||||
tooltip_name = "Say long test left"
|
||||
default_action = "use"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
animations = null
|
||||
|
||||
@@ -188,6 +187,7 @@ global_id = "say_long_right"
|
||||
esc_script = "res://game/rooms/room15/esc/say_long.esc"
|
||||
tooltip_name = "Say long test right"
|
||||
default_action = "use"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
animations = null
|
||||
|
||||
@@ -205,6 +205,7 @@ global_id = "switch_animation"
|
||||
esc_script = "res://game/rooms/room15/esc/switch_animation.esc"
|
||||
tooltip_name = "Switch animation"
|
||||
default_action = "use"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
animations = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user