Initial commit
authorEduardo <[email protected]>
Sun, 5 May 2024 01:17:02 +0000 (03:17 +0200)
committerEduardo <[email protected]>
Sun, 5 May 2024 01:17:02 +0000 (03:17 +0200)
commit09abee9dbbe27d782064e3d86295547df2356fce
tree335b875a9abfde753e16bae4e78a6ca8cbb4855c
Initial commit
added some plugins, the splash screen and the main menu (wip)
190 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
MainTheme.tres [new file with mode: 0644]
addons/ColorPreview/ColorHelper.gd [new file with mode: 0644]
addons/ColorPreview/ColorPreview.gd [new file with mode: 0644]
addons/ColorPreview/LICENSE [new file with mode: 0644]
addons/ColorPreview/Picker.tscn [new file with mode: 0644]
addons/ColorPreview/plugin.cfg [new file with mode: 0644]
addons/debug_menu/LICENSE.md [new file with mode: 0644]
addons/debug_menu/debug_menu.gd [new file with mode: 0644]
addons/debug_menu/debug_menu.tscn [new file with mode: 0644]
addons/debug_menu/plugin.cfg [new file with mode: 0644]
addons/debug_menu/plugin.gd [new file with mode: 0644]
addons/godot-git-plugin/LICENSE [new file with mode: 0644]
addons/godot-git-plugin/THIRDPARTY.md [new file with mode: 0644]
addons/godot-git-plugin/git_plugin.gdextension [new file with mode: 0644]
addons/godot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so [new file with mode: 0644]
addons/godot-git-plugin/macos/libgit_plugin.macos.editor.universal.dylib [new file with mode: 0644]
addons/godot-git-plugin/plugin.cfg [new file with mode: 0644]
addons/godot-git-plugin/win64/libgit_plugin.windows.editor.x86_64.dll [new file with mode: 0644]
addons/godot-git-plugin/win64/libgit_plugin.windows.editor.x86_64.exp [new file with mode: 0644]
addons/godot-git-plugin/win64/libgit_plugin.windows.editor.x86_64.lib [new file with mode: 0644]
addons/health_bar_2d/LICENSE.md [new file with mode: 0644]
addons/health_bar_2d/README.md [new file with mode: 0644]
addons/health_bar_2d/addon.gd [new file with mode: 0644]
addons/health_bar_2d/examples/bullet.gd [new file with mode: 0644]
addons/health_bar_2d/examples/bullet.tscn [new file with mode: 0644]
addons/health_bar_2d/examples/example.tscn [new file with mode: 0644]
addons/health_bar_2d/examples/heal.gd [new file with mode: 0644]
addons/health_bar_2d/examples/heal.tscn [new file with mode: 0644]
addons/health_bar_2d/examples/player.gd [new file with mode: 0644]
addons/health_bar_2d/examples/player.tscn [new file with mode: 0644]
addons/health_bar_2d/examples/turrent.gd [new file with mode: 0644]
addons/health_bar_2d/examples/turrent.tscn [new file with mode: 0644]
addons/health_bar_2d/health_bar_2d.gd [new file with mode: 0644]
addons/health_bar_2d/health_bar_2d.tscn [new file with mode: 0644]
addons/health_bar_2d/icon.png [new file with mode: 0644]
addons/health_bar_2d/icon.png.import [new file with mode: 0644]
addons/health_bar_2d/plugin.cfg [new file with mode: 0644]
addons/health_bar_2d/resources/health_bar_texture.png [new file with mode: 0644]
addons/health_bar_2d/resources/health_bar_texture.png.import [new file with mode: 0644]
addons/label_font_auto_sizer/LICENSE [new file with mode: 0644]
addons/label_font_auto_sizer/icon.svg [new file with mode: 0644]
addons/label_font_auto_sizer/icon.svg.import [new file with mode: 0644]
addons/label_font_auto_sizer/label_auto_sizer.gd [new file with mode: 0644]
addons/label_font_auto_sizer/label_font_auto_size_manager.gd [new file with mode: 0644]
addons/label_font_auto_sizer/plugin.cfg [new file with mode: 0644]
addons/label_font_auto_sizer/plugin.gd [new file with mode: 0644]
addons/label_font_auto_sizer/rich_label_auto_sizer.gd [new file with mode: 0644]
addons/licenses/LICENSE.md [new file with mode: 0644]
addons/licenses/component.gd [new file with mode: 0644]
addons/licenses/export_plugin.gd [new file with mode: 0644]
addons/licenses/internal/component_detail_tree.gd [new file with mode: 0644]
addons/licenses/internal/components_container.gd [new file with mode: 0644]
addons/licenses/internal/components_tree.gd [new file with mode: 0644]
addons/licenses/internal/file_system_watcher.gd [new file with mode: 0644]
addons/licenses/internal/handler/array.gd [new file with mode: 0644]
addons/licenses/internal/handler/base.gd [new file with mode: 0644]
addons/licenses/internal/handler/object.gd [new file with mode: 0644]
addons/licenses/internal/handler/string.gd [new file with mode: 0644]
addons/licenses/internal/handler/string_file.gd [new file with mode: 0644]
addons/licenses/internal/handler/string_multiline.gd [new file with mode: 0644]
addons/licenses/internal/licenses.gd [new file with mode: 0644]
addons/licenses/internal/licenses.tscn [new file with mode: 0644]
addons/licenses/internal/licenses_dialog.gd [new file with mode: 0644]
addons/licenses/internal/licenses_dialog.tscn [new file with mode: 0644]
addons/licenses/internal/toolbar.gd [new file with mode: 0644]
addons/licenses/internal/utils.gd [new file with mode: 0644]
addons/licenses/licenses.gd [new file with mode: 0644]
addons/licenses/plugin.cfg [new file with mode: 0644]
addons/licenses/plugin.gd [new file with mode: 0644]
addons/rich_text_label_ex/LICENSE [new file with mode: 0644]
addons/rich_text_label_ex/README.md [new file with mode: 0644]
addons/rich_text_label_ex/RichTextLabelEx.svg [new file with mode: 0644]
addons/rich_text_label_ex/RichTextLabelEx.svg.import [new file with mode: 0644]
addons/rich_text_label_ex/plugin.cfg [new file with mode: 0644]
addons/rich_text_label_ex/plugin.gd [new file with mode: 0644]
addons/rich_text_label_ex/rich_text_label_ex.gd [new file with mode: 0644]
addons/scene_manager/Dissolve2d.gdshader [new file with mode: 0644]
addons/scene_manager/NodeFlagsInspectorPlugin.gd [new file with mode: 0644]
addons/scene_manager/SceneManager.gd [new file with mode: 0644]
addons/scene_manager/SceneManager.tscn [new file with mode: 0644]
addons/scene_manager/SceneManagerConstants.gd [new file with mode: 0644]
addons/scene_manager/SceneManagerPlugin.gd [new file with mode: 0644]
addons/scene_manager/ShaderFade.tres [new file with mode: 0644]
addons/scene_manager/SingletonCheckProperty.gd [new file with mode: 0644]
addons/scene_manager/SingletonNameProperty.gd [new file with mode: 0644]
addons/scene_manager/icon.png [new file with mode: 0644]
addons/scene_manager/icon.png.import [new file with mode: 0644]
addons/scene_manager/plugin.cfg [new file with mode: 0644]
addons/scene_manager/shader_patterns/circle.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/circle.png.import [new file with mode: 0644]
addons/scene_manager/shader_patterns/curtains.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/curtains.png.import [new file with mode: 0644]
addons/scene_manager/shader_patterns/diagonal.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/diagonal.png.import [new file with mode: 0644]
addons/scene_manager/shader_patterns/horizontal.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/horizontal.png.import [new file with mode: 0644]
addons/scene_manager/shader_patterns/radial.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/radial.png.import [new file with mode: 0644]
addons/scene_manager/shader_patterns/scribbles.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/scribbles.png.import [new file with mode: 0644]
addons/scene_manager/shader_patterns/squares.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/squares.png.import [new file with mode: 0644]
addons/scene_manager/shader_patterns/vertical.png [new file with mode: 0644]
addons/scene_manager/shader_patterns/vertical.png.import [new file with mode: 0644]
addons/script-ide/LICENSE [new file with mode: 0644]
addons/script-ide/Popup.gd [new file with mode: 0644]
addons/script-ide/README.md [new file with mode: 0644]
addons/script-ide/icon/class.svg [new file with mode: 0644]
addons/script-ide/icon/class.svg.import [new file with mode: 0644]
addons/script-ide/icon/constant.svg [new file with mode: 0644]
addons/script-ide/icon/constant.svg.import [new file with mode: 0644]
addons/script-ide/icon/export.svg [new file with mode: 0644]
addons/script-ide/icon/export.svg.import [new file with mode: 0644]
addons/script-ide/icon/func.svg [new file with mode: 0644]
addons/script-ide/icon/func.svg.import [new file with mode: 0644]
addons/script-ide/icon/func_get.svg [new file with mode: 0644]
addons/script-ide/icon/func_get.svg.import [new file with mode: 0644]
addons/script-ide/icon/func_set.svg [new file with mode: 0644]
addons/script-ide/icon/func_set.svg.import [new file with mode: 0644]
addons/script-ide/icon/keyword.svg [new file with mode: 0644]
addons/script-ide/icon/keyword.svg.import [new file with mode: 0644]
addons/script-ide/icon/property.svg [new file with mode: 0644]
addons/script-ide/icon/property.svg.import [new file with mode: 0644]
addons/script-ide/icon/signal.svg [new file with mode: 0644]
addons/script-ide/icon/signal.svg.import [new file with mode: 0644]
addons/script-ide/plugin.cfg [new file with mode: 0644]
addons/script-ide/plugin.gd [new file with mode: 0644]
addons/script-tabs/LICENSE [new file with mode: 0644]
addons/script-tabs/plugin.cfg [new file with mode: 0644]
addons/script-tabs/plugin.gd [new file with mode: 0644]
addons/tracer/StackHandler.cs [new file with mode: 0644]
addons/tracer/plugin.cfg [new file with mode: 0644]
addons/tracer/subscriber.gd [new file with mode: 0644]
addons/tracer/tracer.gd [new file with mode: 0644]
addons/tracer/tracer_plugin.gd [new file with mode: 0644]
assets/fonts/Agora.otf [new file with mode: 0644]
assets/fonts/Agora.otf.import [new file with mode: 0644]
assets/fonts/Agora.ttf [new file with mode: 0644]
assets/fonts/Agora.ttf.import [new file with mode: 0644]
assets/logo_backpain.png [new file with mode: 0644]
assets/logo_backpain.png.import [new file with mode: 0644]
assets/logo_made_with_godot.png [new file with mode: 0644]
assets/logo_made_with_godot.png.import [new file with mode: 0644]
assets/title_screen_background.png [new file with mode: 0644]
assets/title_screen_background.png.import [new file with mode: 0644]
assets/ui-components/Agora.otf [new file with mode: 0644]
assets/ui-components/Agora.otf.import [new file with mode: 0644]
assets/ui-components/button.png [new file with mode: 0644]
assets/ui-components/button.png.import [new file with mode: 0644]
assets/ui-components/button_hover.png [new file with mode: 0644]
assets/ui-components/button_hover.png.import [new file with mode: 0644]
assets/ui-components/button_pressed.png [new file with mode: 0644]
assets/ui-components/button_pressed.png.import [new file with mode: 0644]
assets/ui-components/logo_routes&roots.png [new file with mode: 0644]
assets/ui-components/logo_routes&roots.png.import [new file with mode: 0644]
assets/vertical_divisor.png [new file with mode: 0644]
assets/vertical_divisor.png.import [new file with mode: 0644]
components/button/MainButton.tres [new file with mode: 0644]
components/button/MainButton.tscn [new file with mode: 0644]
components/button/MainButtonHover.tres [new file with mode: 0644]
components/button/MainButtonPressed.tres [new file with mode: 0644]
examples/label_font_auto_sizer/Anta-Regular.ttf [new file with mode: 0644]
examples/label_font_auto_sizer/Anta-Regular.ttf.import [new file with mode: 0644]
examples/label_font_auto_sizer/OFL.txt [new file with mode: 0644]
examples/label_font_auto_sizer/demo_label_settings.tres [new file with mode: 0644]
examples/label_font_auto_sizer/demo_label_theme.tres [new file with mode: 0644]
examples/label_font_auto_sizer/in_editor_demo.tscn [new file with mode: 0644]
examples/label_font_auto_sizer/play_scene_demo.tscn [new file with mode: 0644]
examples/label_font_auto_sizer/set_numbers_button.gd [new file with mode: 0644]
examples/licenses/README.md [new file with mode: 0644]
examples/licenses/license_container.gd [new file with mode: 0644]
examples/licenses/license_selector.gd [new file with mode: 0644]
examples/licenses/licenses.json [new file with mode: 0644]
examples/licenses/main.tscn [new file with mode: 0644]
examples/scene-manager/test.gd [new file with mode: 0644]
examples/scene-manager/test.tscn [new file with mode: 0644]
examples/scene-manager/test2.gd [new file with mode: 0644]
examples/scene-manager/test2.tscn [new file with mode: 0644]
examples/tracer/logs.txt [new file with mode: 0644]
examples/tracer/test.gd [new file with mode: 0644]
examples/tracer/test.tscn [new file with mode: 0644]
icon.svg [new file with mode: 0644]
icon.svg.import [new file with mode: 0644]
project.godot [new file with mode: 0644]
scenes/MainMenu.tscn [new file with mode: 0644]
scenes/SplashScreen.tscn [new file with mode: 0644]
scenes/main_menu.gd [new file with mode: 0644]
scenes/splash_screen.gd [new file with mode: 0644]