broken_seals_2d/game/modules/planets/sheared/new_resource.tres

16 lines
431 B
Plaintext
Raw Normal View History

2021-12-14 17:50:16 +01:00
[gd_resource type="Resource" load_steps=3 format=2]
[ext_resource path="res://addons/tile_generator/shear_tile.gd" type="Script" id=1]
[ext_resource path="res://modules/planets/textures/stone_1_albedo.png" type="Texture" id=2]
[resource]
script = ExtResource( 1 )
input = ExtResource( 2 )
output_image_name = "dirt_shear"
2021-12-14 18:14:19 +01:00
shear_amount = 0.19
2021-12-14 17:50:16 +01:00
image_count = 1
image_size_x = 32
2021-12-14 18:14:19 +01:00
image_size_y = 96
2021-12-14 17:50:16 +01:00
alpha_crop = true
generate = false