Moved the new test tiles.

This commit is contained in:
Relintai 2021-12-13 23:27:23 +01:00
parent c22deed1e3
commit c2cac24849
8 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
[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://addons/tile_generator/grass.png" type="Texture" id=2]
[ext_resource path="res://modules/planets/tiles/dirt.png" type="Texture" id=1]
[ext_resource path="res://modules/planets/tiles/grass.png" type="Texture" id=2]
[sub_resource type="FastnoiseNoiseParams" id=1]
frequency = 0.02

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/dirt.png-4619a7b524d3617207cc200232d61a8d.stex"
path="res://.import/dirt.png-de9637bedc5efbe61cae1a851309ca54.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://addons/tile_generator/dirt.png"
dest_files=[ "res://.import/dirt.png-4619a7b524d3617207cc200232d61a8d.stex" ]
source_file="res://modules/planets/tiles/dirt.png"
dest_files=[ "res://.import/dirt.png-de9637bedc5efbe61cae1a851309ca54.stex" ]
[params]

View File

@ -1,11 +1,11 @@
[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=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( 2 )
input = ExtResource( 1 )
script = ExtResource( 1 )
input = ExtResource( 2 )
output_image_name = "dirt"
image_count = 1
image_size_x = 64

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/grass.png-403246ac380304d7e211486fe1219a6a.stex"
path="res://.import/grass.png-e07ce30421471802ecdd4f4979baede3.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://addons/tile_generator/grass.png"
dest_files=[ "res://.import/grass.png-403246ac380304d7e211486fe1219a6a.stex" ]
source_file="res://modules/planets/tiles/grass.png"
dest_files=[ "res://.import/grass.png-e07ce30421471802ecdd4f4979baede3.stex" ]
[params]

View File

@ -1,11 +1,11 @@
[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=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( 2 )
input = ExtResource( 1 )
script = ExtResource( 1 )
input = ExtResource( 2 )
output_image_name = "grass"
image_count = 1
image_size_x = 64

View File

@ -1,6 +1,6 @@
[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"]
mode = 1