mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Normal map predisposition
This commit is contained in:
parent
dae952af8b
commit
e2b58a73d8
3 changed files with 14 additions and 4 deletions
6
Resources/Textures/Tilemap_Canvas.tres
Normal file
6
Resources/Textures/Tilemap_Canvas.tres
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_resource type="CanvasTexture" load_steps=2 format=3 uid="uid://bty7p61v46chx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://tphqodqyere1" path="res://Tilesets/factory.png" id="1_q2lyp"]
|
||||
|
||||
[resource]
|
||||
diffuse_texture = ExtResource("1_q2lyp")
|
||||
BIN
Tilesets/factory.aseprite
(Stored with Git LFS)
BIN
Tilesets/factory.aseprite
(Stored with Git LFS)
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="TileSet" load_steps=58 format=3 uid="uid://6k28roiljylj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://tphqodqyere1" path="res://Tilesets/factory.png" id="1_70kxh"]
|
||||
[ext_resource type="Texture2D" uid="uid://bty7p61v46chx" path="res://Resources/Textures/Tilemap_Canvas.tres" id="1_u4jco"]
|
||||
[ext_resource type="PackedScene" uid="uid://bj28qiai2x2ar" path="res://Scenes/Props/Barrel.tscn" id="2_cxg4b"]
|
||||
[ext_resource type="PackedScene" uid="uid://c27co22bjym3c" path="res://Scenes/Actors/Camera.tscn" id="3_fhx8p"]
|
||||
[ext_resource type="PackedScene" uid="uid://bgk7fgwiis425" path="res://Scenes/Props/Box_Red.tscn" id="3_hrh63"]
|
||||
|
|
@ -210,7 +210,7 @@ agent_radius = 0.0
|
|||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_jwf4b"]
|
||||
resource_name = "Factory"
|
||||
texture = ExtResource("1_70kxh")
|
||||
texture = ExtResource("1_u4jco")
|
||||
0:0/0 = 0
|
||||
1:0/0 = 0
|
||||
2:0/0 = 0
|
||||
|
|
@ -1189,6 +1189,10 @@ texture = ExtResource("1_70kxh")
|
|||
7:16/animation_frame_0/duration = 1.0
|
||||
7:16/animation_frame_1/duration = 1.0
|
||||
7:16/0 = 0
|
||||
0:15/0 = 0
|
||||
1:15/0 = 0
|
||||
2:15/0 = 0
|
||||
3:15/0 = 0
|
||||
|
||||
[sub_resource type="TileSetScenesCollectionSource" id="TileSetScenesCollectionSource_qg3vu"]
|
||||
resource_name = "Props"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue