mirror of
https://github.com/Relintai/broken_seals_2ds.git
synced 2025-01-01 15:29:38 +01:00
15 lines
404 B
Plaintext
15 lines
404 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/grass_albedo.png" type="Texture" id=2]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource( 1 )
|
||
|
input = ExtResource( 2 )
|
||
|
output_image_name = "grass"
|
||
|
image_count = 1
|
||
|
image_size_x = 64
|
||
|
image_size_y = 32
|
||
|
alpha_crop = true
|
||
|
generate = false
|