Deleted non-CC0 assets

Managed room7 camera pushes
This commit is contained in:
Julian Murgia
2021-01-09 18:41:35 +01:00
parent ff89dc1677
commit 933122f085
678 changed files with 2659 additions and 4758 deletions

View File

@@ -3,7 +3,7 @@
[ext_resource path="res://game/rooms/room2/walkable_area.tscn" type="PackedScene" id=1]
[ext_resource path="res://game/rooms/room2/background.tscn" type="PackedScene" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/eschotspot.gd" type="Script" id=3]
[ext_resource path="res://game/characters/character2/character.tscn" type="PackedScene" id=4]
[ext_resource path="res://game/characters/mark/mark.tscn" type="PackedScene" id=4]
[ext_resource path="res://addons/escoria-core/game/core-scripts/escroom.gd" type="Script" id=6]
[ext_resource path="res://addons/escoria-core/game/core-scripts/escitem.gd" type="Script" id=7]
@@ -25,9 +25,14 @@ player_scene = ExtResource( 4 )
[node name="r_platform" type="Area2D" parent="Hotspots"]
script = ExtResource( 3 )
global_id = "r2_right_platform"
is_exit = false
esc_script = "res://game/rooms/room2/esc/right_platform.esc"
is_interactive = true
player_orients_on_arrival = true
interaction_direction = 3
tooltip_name = "Right platform"
default_action = ""
combine_if_action_used_among = PoolStringArray( )
dialog_color = Color( 1, 1, 1, 1 )
interact_positions = {
"default": Vector2( 430.893, 451.052 )
@@ -44,7 +49,12 @@ script = ExtResource( 3 )
global_id = "r2_r_exit"
is_exit = true
esc_script = "res://game/rooms/room2/esc/right_exit.esc"
is_interactive = true
player_orients_on_arrival = true
interaction_direction = 0
tooltip_name = "Exit"
default_action = ""
combine_if_action_used_among = PoolStringArray( )
dialog_color = Color( 1, 1, 1, 1 )
interact_positions = {
"default": Vector2( 1225.47, 353.99 )
@@ -61,7 +71,12 @@ script = ExtResource( 3 )
global_id = "r2_l_exit"
is_exit = true
esc_script = "res://game/rooms/room2/esc/left_exit.esc"
is_interactive = true
player_orients_on_arrival = true
interaction_direction = 0
tooltip_name = "Exit"
default_action = ""
combine_if_action_used_among = PoolStringArray( )
dialog_color = Color( 1, 1, 1, 1 )
interact_positions = {
"default": Vector2( 52.1462, 384.691 )