first commit
authorEduardo <[email protected]>
Sun, 7 Jul 2024 12:56:33 +0000 (14:56 +0200)
committerEduardo <[email protected]>
Sun, 7 Jul 2024 12:56:33 +0000 (14:56 +0200)
commitb3c0a44c011b3ec8911b6d1484224251637c719b
tree325ed54d09c15f23fc6494d85bd0943abe3f1690
parentb031996d4fbb7d10794828be3cf41f744a8e30c6
first commit
197 files changed:
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/phantom_camera/assets/PhantomCameraBtnPrimaryDefault.png [new file with mode: 0644]
addons/phantom_camera/assets/PhantomCameraBtnPrimaryDefault.png.import [new file with mode: 0644]
addons/phantom_camera/assets/PhantomCameraBtnPrimaryHover.png [new file with mode: 0644]
addons/phantom_camera/assets/PhantomCameraBtnPrimaryHover.png.import [new file with mode: 0644]
addons/phantom_camera/examples/credits.txt [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_follow_framed_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_follow_group_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_follow_path_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_limit_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_tweening_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D/2d_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D/2d_follow_framed_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D/2d_follow_group_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D/2d_follow_path_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D/2d_limit_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D/2d_tweening_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D/sub_scenes/playable_character_2d.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_follow_framed_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_follow_glued_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_follow_group_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_follow_path_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_follow_simple_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_follow_third_person_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_look_at_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_tweening_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/sub_scenes/playable_character_3d.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/sub_scenes/playable_character_third_person_3d.tscn [new file with mode: 0644]
addons/phantom_camera/examples/models/3d_cube_dark.tscn [new file with mode: 0644]
addons/phantom_camera/examples/resources/tween/fixed_camera_tween.tres [new file with mode: 0644]
addons/phantom_camera/examples/resources/tween/inventory_phantom_camera_2d_tween.tres [new file with mode: 0644]
addons/phantom_camera/examples/resources/tween/item_focus_phantom_camera_2d_tween.tres [new file with mode: 0644]
addons/phantom_camera/examples/resources/tween/player_phantom_camera_2d_tween.tres [new file with mode: 0644]
addons/phantom_camera/examples/resources/tween/player_phantom_camera_3d_tween.tres [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/2d_room_limit_tween.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/2d_room_limit_tween_4.3.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/2d_trigger_area.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/player_character_body_2d.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/player_character_body_2d_4.3.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/3d_trigger_area.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/npc.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/path_follow.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_third_person.gd [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/inventory_container.png [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/inventory_container.png.import [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/level_spritesheet.png [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/level_spritesheet.png.import [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/phantom_camera_2d_sprite.png [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/phantom_camera_2d_sprite.png.import [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/player_sprite.svg [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/player_sprite.svg.import [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/sign_prompt.png [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/sign_prompt.png.import [new file with mode: 0644]
addons/phantom_camera/examples/textures/3D/checker_pattern_dark.png [new file with mode: 0644]
addons/phantom_camera/examples/textures/3D/checker_pattern_dark.png.import [new file with mode: 0644]
addons/phantom_camera/examples/ui/ui_inventory.tscn [new file with mode: 0644]
addons/phantom_camera/examples/ui/ui_sign.tscn [new file with mode: 0644]
addons/phantom_camera/fonts/Nunito-Black.ttf [new file with mode: 0644]
addons/phantom_camera/fonts/Nunito-Black.ttf.import [new file with mode: 0644]
addons/phantom_camera/fonts/Nunito-Regular.ttf [new file with mode: 0644]
addons/phantom_camera/fonts/Nunito-Regular.ttf.import [new file with mode: 0644]
addons/phantom_camera/gizmos/custom_gizmo.gd [new file with mode: 0644]
addons/phantom_camera/gizmos/phantom_camera_gizmo_plugin_3d.gd [new file with mode: 0644]
addons/phantom_camera/icons/misc/PriorityOverride.svg [new file with mode: 0644]
addons/phantom_camera/icons/misc/PriorityOverride.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_2d.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_2d.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_3d.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_3d.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_camera_3d_resource.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_camera_3d_resource.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_gizmo.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_gizmo.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_glow_logo.png [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_glow_logo.png.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_host.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_host.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_logo.png [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_logo.png.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_tween.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_tween.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_updater_panel_icon.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_updater_panel_icon.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/viewfinder/Camera2DIcon.svg [new file with mode: 0644]
addons/phantom_camera/icons/viewfinder/Camera2DIcon.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/viewfinder/Camera3DIcon.svg [new file with mode: 0644]
addons/phantom_camera/icons/viewfinder/Camera3DIcon.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/viewfinder/SceneTypesIcon.svg [new file with mode: 0644]
addons/phantom_camera/icons/viewfinder/SceneTypesIcon.svg.import [new file with mode: 0644]
addons/phantom_camera/inspector/phantom_camera_inspector_plugin.gd [new file with mode: 0644]
addons/phantom_camera/panel/editor.gd [new file with mode: 0644]
addons/phantom_camera/panel/editor.tscn [new file with mode: 0644]
addons/phantom_camera/panel/updater/download_update_panel.tscn [new file with mode: 0644]
addons/phantom_camera/panel/updater/update_button.tscn [new file with mode: 0644]
addons/phantom_camera/panel/viewfinder/deadzone_style_box.tres [new file with mode: 0644]
addons/phantom_camera/panel/viewfinder/viewfinder_panel.tscn [new file with mode: 0644]
addons/phantom_camera/plugin.cfg [new file with mode: 0644]
addons/phantom_camera/plugin.gd [new file with mode: 0644]
addons/phantom_camera/scripts/managers/phantom_camera_manager.gd [new file with mode: 0644]
addons/phantom_camera/scripts/panel/updater/download_update_panel.gd [new file with mode: 0644]
addons/phantom_camera/scripts/panel/updater/update_button.gd [new file with mode: 0644]
addons/phantom_camera/scripts/panel/updater/updater_constants.gd [new file with mode: 0644]
addons/phantom_camera/scripts/panel/viewfinder/viewfinder.gd [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_2d.gd [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_3d.gd [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_constants.gd [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera_host/phantom_camera_host.gd [new file with mode: 0644]
addons/phantom_camera/scripts/resources/camera_3d_resource.gd [new file with mode: 0644]
addons/phantom_camera/scripts/resources/tween_resource.gd [new file with mode: 0644]
addons/save_system/LICENSE [new file with mode: 0644]
addons/save_system/README.md [new file with mode: 0644]
addons/save_system/plugin.cfg [new file with mode: 0644]
addons/save_system/plugin_logo.png [new file with mode: 0644]
addons/save_system/plugin_logo.png.import [new file with mode: 0644]
addons/save_system/plugin_save_system.gd [new file with mode: 0644]
addons/save_system/save_system.gd [new file with mode: 0644]
addons/save_system/save_system_test/save_system_test.gd [new file with mode: 0644]
addons/save_system/save_system_test/save_system_test_resource.gd [new file with mode: 0644]
addons/save_system/save_system_test/save_system_test_subresource.gd [new file with mode: 0644]
addons/scene_manager/Dissolve2d.gdshader [new file with mode: 0644]
addons/scene_manager/LICENSE [new file with mode: 0644]
addons/scene_manager/NodeFlagsInspectorPlugin.gd [new file with mode: 0644]
addons/scene_manager/README.md [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-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]
assets/animations/player_animation.tres [new file with mode: 0644]
assets/resources/save_resource.gd [new file with mode: 0644]
assets/resources/save_resource.tres [new file with mode: 0644]
assets/shaders/water.gdshader [new file with mode: 0644]
assets/textures/Inner.png [new file with mode: 0644]
assets/textures/Inner.png.import [new file with mode: 0644]
assets/textures/NPC_test.png [new file with mode: 0644]
assets/textures/NPC_test.png.import [new file with mode: 0644]
assets/textures/Overworld.png [new file with mode: 0644]
assets/textures/Overworld.png.import [new file with mode: 0644]
assets/textures/cave.png [new file with mode: 0644]
assets/textures/cave.png.import [new file with mode: 0644]
assets/textures/character.png [new file with mode: 0644]
assets/textures/character.png.import [new file with mode: 0644]
assets/textures/font.png [new file with mode: 0644]
assets/textures/font.png.import [new file with mode: 0644]
assets/textures/log.png [new file with mode: 0644]
assets/textures/log.png.import [new file with mode: 0644]
assets/textures/objects.png [new file with mode: 0644]
assets/textures/objects.png.import [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/elements/door_scene_manager.tscn [new file with mode: 0644]
scenes/elements/player.tscn [new file with mode: 0644]
scenes/house_template.tscn [new file with mode: 0644]
scenes/interfaces/pause_menu.tscn [new file with mode: 0644]
scenes/interfaces/save_menu.tscn [new file with mode: 0644]
scenes/main_level.tscn [new file with mode: 0644]
scripts/constants.gd [new file with mode: 0644]
scripts/door_scene_manager.gd [new file with mode: 0644]
scripts/globals.gd [new file with mode: 0644]
scripts/main_level.gd [new file with mode: 0644]
scripts/pause_menu.gd [new file with mode: 0644]
scripts/player.gd [new file with mode: 0644]