mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
Moved the new test tiles.
This commit is contained in:
parent
c22deed1e3
commit
c2cac24849
@ -1,7 +1,7 @@
|
|||||||
[gd_resource type="RTileSet" load_steps=4 format=2]
|
[gd_resource type="RTileSet" load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://addons/tile_generator/dirt.png" type="Texture" id=1]
|
[ext_resource path="res://modules/planets/tiles/dirt.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://addons/tile_generator/grass.png" type="Texture" id=2]
|
[ext_resource path="res://modules/planets/tiles/grass.png" type="Texture" id=2]
|
||||||
|
|
||||||
[sub_resource type="FastnoiseNoiseParams" id=1]
|
[sub_resource type="FastnoiseNoiseParams" id=1]
|
||||||
frequency = 0.02
|
frequency = 0.02
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/dirt.png-4619a7b524d3617207cc200232d61a8d.stex"
|
path="res://.import/dirt.png-de9637bedc5efbe61cae1a851309ca54.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://addons/tile_generator/dirt.png"
|
source_file="res://modules/planets/tiles/dirt.png"
|
||||||
dest_files=[ "res://.import/dirt.png-4619a7b524d3617207cc200232d61a8d.stex" ]
|
dest_files=[ "res://.import/dirt.png-de9637bedc5efbe61cae1a851309ca54.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
@ -1,11 +1,11 @@
|
|||||||
[gd_resource type="Resource" load_steps=3 format=2]
|
[gd_resource type="Resource" load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://modules/planets/textures/dirt_albedo.png" type="Texture" id=1]
|
[ext_resource path="res://addons/tile_generator/smple_tile.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://addons/tile_generator/smple_tile.gd" type="Script" id=2]
|
[ext_resource path="res://modules/planets/textures/dirt_albedo.png" type="Texture" id=2]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 1 )
|
||||||
input = ExtResource( 1 )
|
input = ExtResource( 2 )
|
||||||
output_image_name = "dirt"
|
output_image_name = "dirt"
|
||||||
image_count = 1
|
image_count = 1
|
||||||
image_size_x = 64
|
image_size_x = 64
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/grass.png-403246ac380304d7e211486fe1219a6a.stex"
|
path="res://.import/grass.png-e07ce30421471802ecdd4f4979baede3.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://addons/tile_generator/grass.png"
|
source_file="res://modules/planets/tiles/grass.png"
|
||||||
dest_files=[ "res://.import/grass.png-403246ac380304d7e211486fe1219a6a.stex" ]
|
dest_files=[ "res://.import/grass.png-e07ce30421471802ecdd4f4979baede3.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
@ -1,11 +1,11 @@
|
|||||||
[gd_resource type="Resource" load_steps=3 format=2]
|
[gd_resource type="Resource" load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://modules/planets/textures/grass_albedo.png" type="Texture" id=1]
|
[ext_resource path="res://addons/tile_generator/smple_tile.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://addons/tile_generator/smple_tile.gd" type="Script" id=2]
|
[ext_resource path="res://modules/planets/textures/grass_albedo.png" type="Texture" id=2]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 1 )
|
||||||
input = ExtResource( 1 )
|
input = ExtResource( 2 )
|
||||||
output_image_name = "grass"
|
output_image_name = "grass"
|
||||||
image_count = 1
|
image_count = 1
|
||||||
image_size_x = 64
|
image_size_x = 64
|
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=2 format=2]
|
[gd_scene load_steps=2 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://addons/tile_generator/new_rtileset.tres" type="RTileSet" id=1]
|
[ext_resource path="res://modules/planets/new_rtileset.tres" type="RTileSet" id=1]
|
||||||
|
|
||||||
[node name="TileMap" type="RTileMap"]
|
[node name="TileMap" type="RTileMap"]
|
||||||
mode = 1
|
mode = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user