1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-10-16 06:07:27 +00:00

⚙️ First Upload

This commit is contained in:
Cookie-CHR 2022-10-03 00:46:29 +02:00
parent 6e875a0462
commit 0a48efa388
22 changed files with 19 additions and 0 deletions

BIN
Fonts/BADABB__.TTF Normal file

Binary file not shown.

BIN
Fonts/Life is goofy.ttf Normal file

Binary file not shown.

19
Music/Music.gd Normal file
View file

@ -0,0 +1,19 @@
extends AudioStreamPlayer
var curr_music = "res://Music/Menu/Suonatore di Liuto.mp3"
# Called when the node enters the scene tree for the first time.
func _ready():
volume_db = -2
if(not Muter.mute):
play()
func change_music (new_music):
if new_music != "":
if curr_music != new_music:
curr_music = new_music
stop()
set_stream(load(new_music))
if(not Muter.mute):
play()

BIN
gimp stuff/Background.xcf Normal file

Binary file not shown.

Binary file not shown.

BIN
gimp stuff/Caller_idle.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Dog.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Ending.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Img_file.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Instructions.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Machine.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Me.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Music_Off.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Music_file.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Password.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Play_button.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Space.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Title.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Trash.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Virus.xcf Normal file

Binary file not shown.

BIN
gimp stuff/Wrong_file.xcf Normal file

Binary file not shown.

BIN
gimp stuff/completed.xcf Normal file

Binary file not shown.