feat: Updated room 9 graphics

This commit is contained in:
Balloonpopper
2022-03-05 14:57:56 +11:00
committed by Julian Murgia
parent ab795f2fd9
commit 7e3688fa63
18 changed files with 888 additions and 318 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://game/items/textures/genericItem_color_127.png" type="Texture" id=1]
[ext_resource path="res://game/items/inventory/bottle.png" type="Texture" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_item.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 28.3873, 74.7806 )
extents = Vector2( 12.5, 34 )
[node name="bottle" type="Area2D"]
pause_mode = 1
@@ -17,12 +17,13 @@ default_action = "pickup"
default_action_inventory = "look"
combine_when_selected_action_is_in = PoolStringArray( "use" )
use_from_inventory_only = true
inventory_texture = ExtResource( 1 )
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
animations = null
[node name="sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
texture = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( -0.5, 1 )
shape = SubResource( 1 )