This commit is contained in:
Victor Turgeon 2023-01-14 17:17:21 -05:00
commit 312c226640
13 changed files with 122 additions and 13 deletions

View File

@ -2,6 +2,8 @@ Sprite2D
Line2D
RayCast2D
Camera2D
AudioStreamPlayer2D
AudioListener2D
TileMap
CollisionShape2D
AnimatedSprite2D

View File

@ -1,5 +1,5 @@
[folding]
node_unfolds=[NodePath("TileMap"), PackedStringArray("tile_set", "layer__array")]
node_unfolds=[NodePath("."), PackedStringArray("Texture"), NodePath("TileMap"), PackedStringArray("tile_set", "layer__array")]
resource_unfolds=["res://test_level001.tscn::TileSet_vk7ll", PackedStringArray()]
nodes_folded=[]

BIN
Music/School_BDClave.ogg Normal file

Binary file not shown.

View File

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://8rvenjs3qb48"
path="res://.godot/imported/School_BDClave.ogg-ec010fc0070e357306eea1b10528d28c.oggvorbisstr"
[deps]
source_file="res://Music/School_BDClave.ogg"
dest_files=["res://.godot/imported/School_BDClave.ogg-ec010fc0070e357306eea1b10528d28c.oggvorbisstr"]
[params]
loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
Music/School_Bass.ogg Normal file

Binary file not shown.

View File

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://dq1swoy3ttnef"
path="res://.godot/imported/School_Bass.ogg-d2ba97d726732fd56f68d3f2557bc659.oggvorbisstr"
[deps]
source_file="res://Music/School_Bass.ogg"
dest_files=["res://.godot/imported/School_Bass.ogg-d2ba97d726732fd56f68d3f2557bc659.oggvorbisstr"]
[params]
loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
Music/School_Brass.ogg Normal file

Binary file not shown.

View File

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://dsai55yg5k0pn"
path="res://.godot/imported/School_Brass.ogg-41cf87c359686987962e8c7f81b780a9.oggvorbisstr"
[deps]
source_file="res://Music/School_Brass.ogg"
dest_files=["res://.godot/imported/School_Brass.ogg-41cf87c359686987962e8c7f81b780a9.oggvorbisstr"]
[params]
loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
Music/School_Flute.ogg Normal file

Binary file not shown.

View File

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://cs6jdh2tnho0d"
path="res://.godot/imported/School_Flute.ogg-d79693f84c1747de2572ca8532fdf952.oggvorbisstr"
[deps]
source_file="res://Music/School_Flute.ogg"
dest_files=["res://.godot/imported/School_Flute.ogg-d79693f84c1747de2572ca8532fdf952.oggvorbisstr"]
[params]
loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
Music/School_Snare.ogg Normal file

Binary file not shown.

View File

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://c3mxst2bq3cxp"
path="res://.godot/imported/School_Snare.ogg-5a6379028c8b900f1cf7fd9810b8103e.oggvorbisstr"
[deps]
source_file="res://Music/School_Snare.ogg"
dest_files=["res://.godot/imported/School_Snare.ogg-5a6379028c8b900f1cf7fd9810b8103e.oggvorbisstr"]
[params]
loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

File diff suppressed because one or more lines are too long