Fix Setting.gd Vector2/Window API, re-import all assets for Godot 4
- apply_resolution: Vector2 strings -> Vector2i(int, int); use Window.content_scale_size instead of removed Viewport.set_size_2d_override variants. - Re-import 162 assets to Godot 4 format (.godot/imported/ now, .stex -> .ctex, FontFile, CompressedTexture2D, etc.). - Add .uid sidecars Godot 4 generates next to every script. - Ignore .godot/ cache and android/ template directories. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOGGVorbis"
|
||||
path="res://.import/Weapon Gun.ogg-6fb518cb7a9f877d5716e766285221ac.oggstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://b1qwq6bsxk4cv"
|
||||
path="res://.godot/imported/Weapon Gun.ogg-6fb518cb7a9f877d5716e766285221ac.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sounds/objects/Weapon Gun.ogg"
|
||||
dest_files=[ "res://.import/Weapon Gun.ogg-6fb518cb7a9f877d5716e766285221ac.oggstr" ]
|
||||
dest_files=["res://.godot/imported/Weapon Gun.ogg-6fb518cb7a9f877d5716e766285221ac.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=true
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
|
||||
Reference in New Issue
Block a user