mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
Mapping
This commit is contained in:
parent
d0baa87bba
commit
7b526d535c
6 changed files with 132 additions and 8 deletions
BIN
ExternalMaterial/Workbench/Workbench.png
(Stored with Git LFS)
Normal file
BIN
ExternalMaterial/Workbench/Workbench.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
ExternalMaterial/Workbench/Workbench.png.import
Normal file
34
ExternalMaterial/Workbench/Workbench.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b5glub5c75n0p"
|
||||
path="res://.godot/imported/Workbench.png-870bcd9692fc4641402615ae1c9e78b5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://ExternalMaterial/Workbench/Workbench.png"
|
||||
dest_files=["res://.godot/imported/Workbench.png-870bcd9692fc4641402615ae1c9e78b5.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
|
||||
BIN
ExternalMaterial/Workbench/Workbench.pxc
Normal file
BIN
ExternalMaterial/Workbench/Workbench.pxc
Normal file
Binary file not shown.
BIN
ExternalMaterial/Workbench/Workbench.pxc1
Normal file
BIN
ExternalMaterial/Workbench/Workbench.pxc1
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
9
Scenes/Props/Workbench.tscn
Normal file
9
Scenes/Props/Workbench.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://btd0alc48qijq"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b5glub5c75n0p" path="res://ExternalMaterial/Workbench/Workbench.png" id="1_xpofl"]
|
||||
|
||||
[node name="Workbench" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_xpofl")
|
||||
hframes = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue