mirror of
https://github.com/Relintai/broken_seals_2ds.git
synced 2024-12-25 11:17:13 +01:00
16 lines
431 B
Plaintext
16 lines
431 B
Plaintext
[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"
|
|
shear_amount = 0.19
|
|
image_count = 1
|
|
image_size_x = 32
|
|
image_size_y = 96
|
|
alpha_crop = true
|
|
generate = false
|