Deleted non-CC0 assets
Managed room7 camera pushes
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
:look
|
||||
say player "He's looking a bit odd."
|
||||
|
||||
:pickup
|
||||
say player "I don't think he'd like that."
|
||||
|
||||
:talk
|
||||
> [!talked_once]
|
||||
say player "Uhm..."
|
||||
say android "Yeah?"
|
||||
set_global talked_once true
|
||||
|
||||
? option1 1000 option2 true
|
||||
- "What are you doing here?"
|
||||
say player "What are you doing here?"
|
||||
say android "I'm working! Can't you see that?"
|
||||
say android "My colleague is supposed to bring me an important report. And he's not coming!"
|
||||
?
|
||||
- "I'll bring you this report!"
|
||||
say player "I'll bring you this report!"
|
||||
say android "You will? Great!"
|
||||
say android "Now please hurry up so I can leave and have lunch."
|
||||
stop
|
||||
- "I've got better things to do."
|
||||
say player "I've got better things to do."
|
||||
say android "Eh! I'm not asking you anythin'!"
|
||||
stop
|
||||
|
||||
- "I'm selling these fine leather jackets."
|
||||
say player "I'm selling these fine leather jackets."
|
||||
say android "Go away, kid."
|
||||
stop
|
||||
|
||||
|
||||
34
game/rooms/room6/esc/worker.esc
Executable file
34
game/rooms/room6/esc/worker.esc
Executable file
@@ -0,0 +1,34 @@
|
||||
:look
|
||||
say player "He's looking a bit odd."
|
||||
|
||||
:pickup
|
||||
say player "I don't think he'd like that."
|
||||
|
||||
:talk
|
||||
> [!talked_once]
|
||||
say player "Uhm..."
|
||||
say worker "Yeah?"
|
||||
set_global talked_once true
|
||||
|
||||
? option1 1000 option2 true
|
||||
- "What are you doing here?"
|
||||
say player "What are you doing here?"
|
||||
say worker "I'm working! Can't you see that?"
|
||||
say worker "My colleague is supposed to bring me an important report. And he's not coming!"
|
||||
?
|
||||
- "I'll bring you this report!"
|
||||
say player "I'll bring you this report!"
|
||||
say worker "You will? Great!"
|
||||
say worker "Now please hurry up so I can leave and have lunch."
|
||||
stop
|
||||
- "I've got better things to do."
|
||||
say player "I've got better things to do."
|
||||
say worker "Eh! I'm not asking you anythin'!"
|
||||
stop
|
||||
|
||||
- "I'm selling these fine leather jackets."
|
||||
say player "I'm selling these fine leather jackets."
|
||||
say worker "Go away, kid."
|
||||
stop
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/escterrain.gd" type="Script" id=1]
|
||||
[ext_resource path="res://game/rooms/room6/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/guybrush/guybrush.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/escitem.gd" type="Script" id=5]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/escroom.gd" type="Script" id=6]
|
||||
[ext_resource path="res://game/characters/android/android.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://game/characters/worker/worker.tscn" type="PackedScene" id=7]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id=1]
|
||||
vertices = PoolVector2Array( 1168.92, 640.557, 1182.53, 588.863, 1269.59, 622.872, 1275.03, 799.721, 129.634, 615.792, 1143.08, 613.35, -9.16094, 803.802, 84.5821, 654.06, -6.44019, 711.297, 3.15687, 646.051, 59.2201, 628.698 )
|
||||
@@ -100,6 +100,7 @@ __meta__ = {
|
||||
global_id = "room6"
|
||||
esc_script = "res://game/rooms/room6/esc/room6.esc"
|
||||
player_scene = ExtResource( 4 )
|
||||
camera_limits = [ Rect2( 0, 0, 1289, 555 ) ]
|
||||
|
||||
[node name="background" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
@@ -170,13 +171,14 @@ position = Vector2( 1180.52, 395.193 )
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Hotspots/r_door/Area2D"]
|
||||
polygon = PoolVector2Array( 1169.35, 41.7644, 1168.09, 347.925, 1275.18, 407.141, 1278.96, 88.3814 )
|
||||
|
||||
[node name="android" parent="Hotspots" instance=ExtResource( 7 )]
|
||||
position = Vector2( 373.401, 415.66 )
|
||||
scale = Vector2( -1, 1 )
|
||||
interaction_direction = 3
|
||||
[node name="worker" parent="Hotspots" instance=ExtResource( 7 )]
|
||||
position = Vector2( 477.701, 421.582 )
|
||||
interact_positions = {
|
||||
"default": Vector2( 349.904, 430.659 )
|
||||
}
|
||||
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/android"]
|
||||
position = Vector2( 157.809, 3.1992 )
|
||||
[node name="Position2D2" type="Position2D" parent="Hotspots/worker"]
|
||||
position = Vector2( -138.501, 28.1043 )
|
||||
|
||||
[node name="player_start" type="Position2D" parent="."]
|
||||
position = Vector2( 76.7617, 437.649 )
|
||||
|
||||
Reference in New Issue
Block a user