Compare commits
No commits in common. "db4d40546453fac6db50652bba1ed4897d89dab1" and "aacfc4d78e1948bce803459583e5649ae6789a64" have entirely different histories.
db4d405464
...
aacfc4d78e
|
@ -1,11 +1,2 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.exe filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.svg filter=lfs diff=lfs merge=lfs -text
|
||||
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||
*.so filter=lfs diff=lfs merge=lfs -text
|
||||
*.dylib filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
BIN
addons/PathMesh3D/icons/PathExtrude3D.svg (Stored with Git LFS)
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 12 KiB |
BIN
addons/PathMesh3D/icons/PathMesh3D.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 6.5 KiB |
BIN
addons/PathMesh3D/icons/PathMesh3DIcon.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 3.0 KiB |
BIN
addons/PathMesh3D/icons/PathMultiMesh3D.svg (Stored with Git LFS)
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 15 KiB |
BIN
addons/PathMesh3D/icons/PathScene3D.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.3 KiB |
BIN
addons/git_describe/label/icon.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1012 B |
BIN
addons/icons-fonts/nodes/FontIcon.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.4 KiB |
BIN
addons/icons-fonts/nodes/FontIconButton.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.7 KiB |
BIN
addons/icons-fonts/resources/FontIconSettings.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.7 KiB |
BIN
addons/rakugo-nodes/nodes/ButtonContainer.svg (Stored with Git LFS)
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 957 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 763 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 924 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 630 B |
|
@ -20,6 +20,6 @@ generate_lods=true
|
|||
generate_shadow_mesh=true
|
||||
generate_lightmap_uv2=false
|
||||
generate_lightmap_uv2_texel_size=0.2
|
||||
scale_mesh=Vector3(0.5, 0.5, 0.5)
|
||||
scale_mesh=Vector3(1, 1, 1)
|
||||
offset_mesh=Vector3(0, 0, 0)
|
||||
force_disable_mesh_compression=false
|
||||
|
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.0 KiB |
BIN
icon.png
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.7 KiB |
|
@ -1,12 +0,0 @@
|
|||
[gd_resource type="Resource" script_class="Item" load_steps=4 format=3 uid="uid://dxlb2ixt3fx7l"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dh2iqb21845yr" path="res://assets/images/icons/processor.png" id="1_3eeta"]
|
||||
[ext_resource type="Script" uid="uid://kcdpck5ufgcc" path="res://scripts/item.gd" id="1_5wrxw"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://gf0q5hs4wjva" path="res://assets/models/Ore.obj" id="2_sx3h4"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_5wrxw")
|
||||
icon = ExtResource("1_3eeta")
|
||||
name = "Ore"
|
||||
model = ExtResource("2_sx3h4")
|
||||
metadata/_custom_type_script = "uid://kcdpck5ufgcc"
|