1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2024-10-16 06:17:36 +00:00

Various fixes

This commit is contained in:
Steffo 2024-03-19 04:23:03 +01:00
parent 87ca3c651b
commit c5be80744f
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
9 changed files with 111 additions and 5 deletions

View file

@ -37,9 +37,9 @@ package/exclude_from_recents=false
package/show_in_android_tv=false
package/show_in_app_library=true
package/show_as_launcher_app=false
launcher_icons/main_192x192=""
launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432=""
launcher_icons/main_192x192="res://media/icon_legacy.png"
launcher_icons/adaptive_foreground_432x432="res://media/icon_foreground.png"
launcher_icons/adaptive_background_432x432="res://media/icon_background.png"
graphics/opengl_debug=false
xr_features/xr_mode=0
screen/immersive_mode=true

BIN
media/icon_background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://csk2qd6hjafrv"
path="res://.godot/imported/icon_background.png-caf6b1217feeac6ac3ab43fa56082cfc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://media/icon_background.png"
dest_files=["res://.godot/imported/icon_background.png-caf6b1217feeac6ac3ab43fa56082cfc.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
media/icon_foreground.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bulwidf1365lx"
path="res://.godot/imported/icon_foreground.png-e41f8194189734a865fa77fd692e891c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://media/icon_foreground.png"
dest_files=["res://.godot/imported/icon_foreground.png-e41f8194189734a865fa77fd692e891c.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
media/icon_legacy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b2vd0mvcglqve"
path="res://.godot/imported/icon_legacy.png-3d7b00455f5ad287a9253e22edc65cd8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://media/icon_legacy.png"
dest_files=["res://.godot/imported/icon_legacy.png-3d7b00455f5ad287a9253e22edc65cd8.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

View file

@ -13,7 +13,11 @@ config_version=5
config/name="Nanogolf"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.2", "Mobile")
config/icon="res://icon.svg"
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false
boot_splash/fullsize=false
boot_splash/use_filter=false
config/icon="res://media/icon_legacy.png"
[display]

View file

@ -17,7 +17,7 @@ script = ExtResource("1_rb6v1")
sprite = NodePath("Sprite")
sound = NodePath("Sound")
putt_max_impulse = 333.0
putt_drag_scale = 1.0
putt_drag_scale = 2.0
putt_ghost_scale = 0.3
putt_volume = SubResource("Curve_pq63d")