mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Factory tilemap
This commit is contained in:
parent
df87ad3bfb
commit
3fe6076886
5 changed files with 44 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
[gd_resource type="CanvasTexture" load_steps=2 format=3 uid="uid://bty7p61v46chx"]
|
[gd_resource type="CanvasTexture" load_steps=3 format=3 uid="uid://bty7p61v46chx"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://tphqodqyere1" path="res://Tilesets/factory.png" id="1_q2lyp"]
|
[ext_resource type="Texture2D" uid="uid://tphqodqyere1" path="res://Tilesets/factory.png" id="1_q2lyp"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://dftoym4rq5lpx" path="res://Tilesets/factory_n.png" id="2_unb0i"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
diffuse_texture = ExtResource("1_q2lyp")
|
diffuse_texture = ExtResource("1_q2lyp")
|
||||||
|
normal_texture = ExtResource("2_unb0i")
|
||||||
specular_shininess = 0.0
|
specular_shininess = 0.0
|
||||||
|
|
|
||||||
BIN
Tilesets/factory.aseprite
(Stored with Git LFS)
BIN
Tilesets/factory.aseprite
(Stored with Git LFS)
Binary file not shown.
BIN
Tilesets/factory.png
(Stored with Git LFS)
BIN
Tilesets/factory.png
(Stored with Git LFS)
Binary file not shown.
BIN
Tilesets/factory_n.png
(Stored with Git LFS)
Normal file
BIN
Tilesets/factory_n.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Tilesets/factory_n.png.import
Normal file
34
Tilesets/factory_n.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://dftoym4rq5lpx"
|
||||||
|
path="res://.godot/imported/factory_n.png-9893a70c8c788da1270e12fd3a16595c.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Tilesets/factory_n.png"
|
||||||
|
dest_files=["res://.godot/imported/factory_n.png-9893a70c8c788da1270e12fd3a16595c.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue