Compare commits
3 Commits
9111602ef8
...
feature/3d
| Author | SHA1 | Date | |
|---|---|---|---|
| 796d7e3385 | |||
| 43a40f7134 | |||
| c584fec73b |
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,3 +1,31 @@
|
|||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
|
.temp
|
||||||
|
.nomedia
|
||||||
|
.TMP
|
||||||
|
*~libgit*
|
||||||
|
exported_binarys
|
||||||
|
|
||||||
|
# Godot-specific ignores
|
||||||
|
.import/
|
||||||
|
export.cfg
|
||||||
|
export_credentials.cfg
|
||||||
|
export_presets.cfg
|
||||||
|
|
||||||
|
# Imported translations (automatically generated from CSV files)
|
||||||
|
*.translation
|
||||||
|
|
||||||
|
# Mono-specific ignores
|
||||||
|
.mono/
|
||||||
|
data_*/
|
||||||
|
mono_crash.*.json
|
||||||
|
mono_crash.*.json
|
||||||
|
|
||||||
|
# Blender temp files
|
||||||
|
*.blend[1-9]*
|
||||||
|
*.blend~
|
||||||
|
|
||||||
|
# Draw.IO temp files
|
||||||
|
|
||||||
|
*.bkp
|
||||||
|
|||||||
BIN
src/assets/card2.png
Normal file
BIN
src/assets/card2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
src/assets/card2_bump.png
Normal file
BIN
src/assets/card2_bump.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
src/assets/card2_emissiv_power.png
Normal file
BIN
src/assets/card2_emissiv_power.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
916
src/assets/card_atlas.pdn
Normal file
916
src/assets/card_atlas.pdn
Normal file
File diff suppressed because one or more lines are too long
BIN
src/assets/card_atlas_sprites.png
Normal file
BIN
src/assets/card_atlas_sprites.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 378 KiB |
34
src/assets/card_atlas_sprites.png.import
Normal file
34
src/assets/card_atlas_sprites.png.import
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://dpahjbok4tj31"
|
||||||
|
path="res://.godot/imported/card_atlas_sprites.png-999525584d336e8b1ecafef7f7df1d0a.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://src/assets/card_atlas_sprites.png"
|
||||||
|
dest_files=["res://.godot/imported/card_atlas_sprites.png-999525584d336e8b1ecafef7f7df1d0a.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
src/assets/cards.blend
Normal file
BIN
src/assets/cards.blend
Normal file
Binary file not shown.
3
src/scenes/card.tscn
Normal file
3
src/scenes/card.tscn
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[gd_scene format=3 uid="uid://kah10l7jtv2p"]
|
||||||
|
|
||||||
|
[node name="Card" type="Node3D"]
|
||||||
Reference in New Issue
Block a user