mirror of
https://github.com/Relintai/broken_seals_2ds.git
synced 2024-12-25 11:17:13 +01:00
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
[gd_resource type="Resource" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/tile_generator/smple_tile.gd" type="Script" id=1]
|
|
[ext_resource path="res://modules/planets/textures/dirt_albedo.png" type="Texture" id=2]
|
|
|
|
[resource]
|
|
script = ExtResource( 1 )
|
|
input = ExtResource( 2 )
|
|
output_image_name = "dirt"
|
|
image_count = 1
|
|
image_size_x = 64
|
|
image_size_y = 32
|
|
alpha_crop = true
|
|
generate = false
|