fix(patata): make one patata bigger, closes #120
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 20 KiB |
@@ -294,7 +294,7 @@ process_mode = 1
|
||||
z_index = 1001
|
||||
position = Vector2(2202, 343)
|
||||
rotation = -0.270526
|
||||
scale = Vector2(0.65, 0.65)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
script = ExtResource("6")
|
||||
global_id = "cocina_patata"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/patata.esc"
|
||||
@@ -302,19 +302,6 @@ combine_when_selected_action_is_in = PackedStringArray()
|
||||
inventory_texture = ExtResource("13")
|
||||
inventory_texture_hovered = ExtResource("13")
|
||||
custom_data = {
|
||||
"count_textures": [{
|
||||
"start": 1,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png"
|
||||
}, {
|
||||
"start": 2,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png"
|
||||
}, {
|
||||
"start": 3,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png"
|
||||
}, {
|
||||
"start": 4,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png"
|
||||
}],
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_patata_action1",
|
||||
"action2": "tooltip_cocina_patata_action2"
|
||||
@@ -329,7 +316,7 @@ texture = ExtResource("13")
|
||||
[node name="turno_cocina_patata_collision" type="CollisionPolygon2D" parent="cocina_patata"]
|
||||
z_index = 1001
|
||||
position = Vector2(9.0867, -13.5233)
|
||||
polygon = PackedVector2Array(1.61475, 3.71887, 8.86548, 12.1157, 5.32715, 19.1171, -2.24731, 23.4026, -16.8235, 24.1499, -29.7551, 18.9672, -29.593, 12.626, -23.5007, 7.92932, -14.0325, 2.57251)
|
||||
polygon = PackedVector2Array(4.29102, 2.70483, 14.7856, 9.76636, 12.1133, 19.4026, 2.26636, 24.9736, -21.0713, 26.8035, -35.9553, 20.6005, -35.7446, 12.3569, -30.2866, 7.64404, -23.436, 5.39294, -16.0503, 1.2146, -5.34521, 0.0324707)
|
||||
|
||||
[node name="turno_cocina_patata_location" type="Marker2D" parent="cocina_patata"]
|
||||
position = Vector2(93.1357, 65.3632)
|
||||
|
||||
Reference in New Issue
Block a user