mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Upgrade to Godot 4
This is the start of a major rewrite of the game, using varies add-ons whenever possible instead of reinventing the wheel. Not that it wasn't a good learning experience, but, yeah, glad Godot 4 is finally here.
This commit is contained in:
parent
25257f722d
commit
a1bd301c95
233 changed files with 6786 additions and 3446 deletions
|
@ -1,15 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="ogg_vorbis"
|
||||
type="AudioStreamOGGVorbis"
|
||||
path="res://.import/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggstr"
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://b7wxfxu4mnq8r"
|
||||
path="res://.godot/imported/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/select_001.ogg"
|
||||
dest_files=[ "res://.import/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggstr" ]
|
||||
dest_files=["res://.godot/imported/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="ogg_vorbis"
|
||||
type="AudioStreamOGGVorbis"
|
||||
path="res://.import/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggstr"
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://5jaaocj1kh"
|
||||
path="res://.godot/imported/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/select_006.ogg"
|
||||
dest_files=[ "res://.import/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggstr" ]
|
||||
dest_files=["res://.godot/imported/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue