This commit is contained in:
Marco 2025-06-29 15:04:51 +02:00
commit b3bfc1a888
5 changed files with 2433 additions and 1251 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -3,25 +3,26 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cn6bg8cjw2tyu" uid="uid://cn6bg8cjw2tyu"
path="res://.godot/imported/Various15.png-7733dea3270d726f48165931a3efff30.ctex" path.s3tc="res://.godot/imported/Various15.png-7733dea3270d726f48165931a3efff30.s3tc.ctex"
metadata={ metadata={
"vram_texture": false "imported_formats": ["s3tc_bptc"],
"vram_texture": true
} }
[deps] [deps]
source_file="res://textures/Various/Various15.png" source_file="res://textures/Various/Various15.png"
dest_files=["res://.godot/imported/Various15.png-7733dea3270d726f48165931a3efff30.ctex"] dest_files=["res://.godot/imported/Various15.png-7733dea3270d726f48165931a3efff30.s3tc.ctex"]
[params] [params]
compress/mode=0 compress/mode=2
compress/high_quality=false compress/high_quality=false
compress/lossy_quality=0.7 compress/lossy_quality=0.7
compress/hdr_compression=1 compress/hdr_compression=1
compress/normal_map=0 compress/normal_map=0
compress/channel_pack=0 compress/channel_pack=0
mipmaps/generate=false mipmaps/generate=true
mipmaps/limit=-1 mipmaps/limit=-1
roughness/mode=0 roughness/mode=0
roughness/src_normal="" roughness/src_normal=""
@ -31,4 +32,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false process/hdr_as_srgb=false
process/hdr_clamp_exposure=false process/hdr_clamp_exposure=false
process/size_limit=0 process/size_limit=0
detect_3d/compress_to=1 detect_3d/compress_to=0

View file

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://73wwj234wt01"]
[ext_resource type="Texture2D" uid="uid://cn6bg8cjw2tyu" path="res://textures/Various/Various15.png" id="1_f4o6s"]
[resource]
albedo_texture = ExtResource("1_f4o6s")
metallic_specular = 0.0
texture_filter = 2

View file

@ -283,7 +283,7 @@ StrafeSpeed = 2
Acceleration = 150.0 Acceleration = 150.0
Deceleration = 20.0 Deceleration = 20.0
Gravity = -20.0 Gravity = -20.0
FallSpeed = 2.0 FallSpeed = 4.0
[node name="Storage" type="Node" parent="." node_paths=PackedStringArray("Root")] [node name="Storage" type="Node" parent="." node_paths=PackedStringArray("Root")]
script = ExtResource("6_habpy") script = ExtResource("6_habpy")