interior_cocina: sprite for background instead of escbackground
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.8 MiB |
@@ -1,6 +1,5 @@
|
||||
[gd_scene load_steps=12 format=2]
|
||||
[gd_scene load_steps=11 format=2]
|
||||
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_background.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_room.gd" type="Script" id=2]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_terrain.gd" type="Script" id=4]
|
||||
@@ -22,12 +21,12 @@ global_id = "interior_cocina"
|
||||
player_scene = ExtResource( 7 )
|
||||
camera_limits = [ Rect2( 0, 0, 2925, 577 ) ]
|
||||
|
||||
[node name="ESCBackground" type="TextureRect" parent="."]
|
||||
margin_right = 2925.0
|
||||
margin_bottom = 1077.0
|
||||
mouse_filter = 2
|
||||
[node name="RoomBackground" type="Sprite" parent="."]
|
||||
texture = ExtResource( 5 )
|
||||
script = ExtResource( 1 )
|
||||
centered = false
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="ESCTerrain" type="Navigation2D" parent="."]
|
||||
position = Vector2( -1650, 3 )
|
||||
|
||||
Reference in New Issue
Block a user