thelastflapjack
d1d685356e
Update README.md
2023-03-28 22:54:40 +01:00
thelastflapjack
69fb97feaa
Merge pull request #7 from thelastflapjack/add_void_music
...
Added music created by void and updated credits.
2022-09-17 12:08:07 +01:00
thelastflapjack
e818ebf620
Added music created by void and updated cedits.
2022-09-16 10:27:58 +01:00
thelastflapjack
595192383e
Merge pull request #5 from thelastflapjack/add_music_manager
...
Created initial implementation of MusicManager.
2022-09-08 11:30:06 +01:00
thelastflapjack
454946efa0
Better enforecment of style guide. Removed unused files and code.
...
Style guide: https://docs.godotengine.org/en/3.5/tutorials/scripting/gdscript/gdscript_styleguide.html
2022-09-08 11:25:09 +01:00
thelastflapjack
a1ebed3d36
Merge pull request #6 from xX-Void-Xx/music-manager-improvements
...
Small improvements to music manager
2022-09-08 10:26:51 +01:00
thelastflapjack
df9571e005
Renamed Tracks.None to Tracks.NONE
2022-09-08 10:26:28 +01:00
Void
d74ec8023b
small improvements to music manager
2022-09-06 19:59:16 +01:00
thelastflapjack
3346588ade
Created initial implementation of MusicManager.
...
A singleton to handle transitions between music tracks. Added some placeholder music for testing purposes. Music volume silder is now visible on the settings page. Levels and the main menu now call for music transitions.
2022-09-06 18:26:35 +01:00
thelastflapjack
6a86cc22f6
Update README.md
2022-09-06 14:40:47 +01:00
thelastflapjack
e68c477ff0
Set the players AnimationTree active property to false.
...
When set to true, animations play in the editor. If the scene is then saved, bone attachment transforms are changed. These changes would then be recorded in version control, this is not desirable. The AnimationTree is now activated in _ready().
2022-09-06 13:46:30 +01:00
thelastflapjack
0a45106352
Removed unused function and variables
...
Removed code related to gravity and jumping. This code was leftover from a previous project but is not used in this one. Also some small format changes.
2022-09-06 13:36:36 +01:00
thelastflapjack
a3ea043a96
Merge pull request #4 from xX-Void-Xx/audio-refactoring
...
Refactored audio preferences
2022-09-06 12:15:09 +01:00
thelastflapjack
ec3e742890
Very minor format changes
2022-09-06 12:12:44 +01:00
thelastflapjack
5c5436eead
Formatting & using correct volume scale
...
AudioServer.set_bus_volume_db() doesn't use a linear 0 to 1 scale for the bus volume. Need to use _vol_linear_to_db()
2022-09-06 12:11:37 +01:00
Void
ab4a50f37e
refactored audio preferences
...
audio_preferences.gd now relies on bus indexes stored in a dedicated enum instead of using magic numbers, also modified settings_page.gd to work with the change
2022-09-05 20:34:07 +01:00
thelastflapjack
04b7b81739
Changed player collision shape to cylinder
...
Also, the editor made some automatic changes to the tscn file related to player animation. I'm not sure why but it didn't break anything.
2022-09-05 15:21:34 +01:00
thelastflapjack
03d4936018
Added project icon
2022-09-05 14:46:56 +01:00
thelastflapjack
e90887ee02
Merge pull request #1 from xX-Void-Xx/added-gitignore
...
added basic gitignore file
2022-09-05 14:44:42 +01:00
thelastflapjack
0ac02611bb
Updated to a suggested template
...
https://docs.godotengine.org/en/stable/community/asset_library/submitting_to_assetlib.html
2022-09-05 14:44:14 +01:00
thelastflapjack
f0c53524a9
Merge pull request #2 from xX-Void-Xx/refactored/improved-main-scene
...
refactored/improved main scene
2022-09-05 14:41:04 +01:00
thelastflapjack
423ecdf8d6
Mostly format changes.
...
Also removed a duplicated "get_tree().current_scene = new_scene" from _set_current_scene()
2022-09-05 14:38:40 +01:00
Void
933cd9c1f1
refactored/improved main scene
2022-09-04 18:52:43 +01:00
Void
ce5cb8fdd6
added basic gitignore file
2022-09-04 17:44:11 +01:00
thelastflapjack
b0678e978f
Delete MIT_LICENSE.txt
2022-09-03 14:05:16 +01:00
thelastflapjack
4a82a2bda9
That should be everything
2022-09-03 14:03:24 +01:00
thelastflapjack
743dfe5186
Add files via upload
2022-09-03 14:01:48 +01:00
thelastflapjack
2fffbf5de8
Delete test
2022-09-03 14:01:07 +01:00
thelastflapjack
34faaca698
Add files via upload
2022-09-03 14:00:42 +01:00
thelastflapjack
765ccd8f0c
Create test
2022-09-03 13:58:45 +01:00
thelastflapjack
b96f36497e
Add files via upload
2022-09-03 13:58:23 +01:00
thelastflapjack
bba8c53781
Delete test
2022-09-03 13:57:54 +01:00
thelastflapjack
6d6beed9d1
Add files via upload
2022-09-03 13:56:24 +01:00
thelastflapjack
3c1c2a18e0
Create test
2022-09-03 13:53:41 +01:00
thelastflapjack
6b77dc4384
Update README.md
2022-09-03 12:35:16 +01:00
thelastflapjack
4e2b21b3a0
Add files via upload
2022-09-03 12:33:57 +01:00
thelastflapjack
6025e2ace9
Initial commit
2022-09-03 12:32:57 +01:00