updated to 4.4
authorEduardo <[email protected]>
Wed, 26 Feb 2025 15:55:45 +0000 (16:55 +0100)
committerEduardo <[email protected]>
Wed, 26 Feb 2025 15:55:45 +0000 (16:55 +0100)
commit5b9fab62567abbe3affca4ae893eca897b490f5e
treef9c815a610d9c27aaeccd2c170b3cd1f1a3c4016
parent76b32c00696759be9ac25245cb469e7177a92b77
updated to 4.4

there were also works on the inventory and the save system\n Also a new Event manager system for global signaling
320 files changed:
addons/gloot/LICENSE [deleted file]
addons/gloot/README.md [new file with mode: 0644]
addons/gloot/core/README.md [new file with mode: 0644]
addons/gloot/core/constraints/README.md [new file with mode: 0644]
addons/gloot/core/constraints/constraint_manager.gd
addons/gloot/core/constraints/constraint_manager.gd.uid [new file with mode: 0644]
addons/gloot/core/constraints/grid_constraint.gd
addons/gloot/core/constraints/grid_constraint.gd.uid [new file with mode: 0644]
addons/gloot/core/constraints/inventory_constraint.gd
addons/gloot/core/constraints/inventory_constraint.gd.uid [new file with mode: 0644]
addons/gloot/core/constraints/item_count_constraint.gd [new file with mode: 0644]
addons/gloot/core/constraints/item_count_constraint.gd.uid [new file with mode: 0644]
addons/gloot/core/constraints/item_map.gd [deleted file]
addons/gloot/core/constraints/quadtree.gd
addons/gloot/core/constraints/quadtree.gd.uid [new file with mode: 0644]
addons/gloot/core/constraints/stacks_constraint.gd [deleted file]
addons/gloot/core/constraints/weight_constraint.gd
addons/gloot/core/constraints/weight_constraint.gd.uid [new file with mode: 0644]
addons/gloot/core/inventory.gd
addons/gloot/core/inventory.gd.uid [new file with mode: 0644]
addons/gloot/core/inventory_grid.gd [deleted file]
addons/gloot/core/inventory_grid_stacked.gd [deleted file]
addons/gloot/core/inventory_item.gd
addons/gloot/core/inventory_item.gd.uid [new file with mode: 0644]
addons/gloot/core/inventory_stacked.gd [deleted file]
addons/gloot/core/item_count.gd
addons/gloot/core/item_count.gd.uid [new file with mode: 0644]
addons/gloot/core/item_protoset.gd [deleted file]
addons/gloot/core/item_ref_slot.gd [deleted file]
addons/gloot/core/item_slot.gd
addons/gloot/core/item_slot.gd.uid [new file with mode: 0644]
addons/gloot/core/item_slot_base.gd [deleted file]
addons/gloot/core/prototree/proto_tree.gd [new file with mode: 0644]
addons/gloot/core/prototree/proto_tree.gd.uid [new file with mode: 0644]
addons/gloot/core/prototree/proto_tree_cache.gd [new file with mode: 0644]
addons/gloot/core/prototree/proto_tree_cache.gd.uid [new file with mode: 0644]
addons/gloot/core/prototree/prototype.gd [new file with mode: 0644]
addons/gloot/core/prototree/prototype.gd.uid [new file with mode: 0644]
addons/gloot/core/stack_manager.gd [new file with mode: 0644]
addons/gloot/core/stack_manager.gd.uid [new file with mode: 0644]
addons/gloot/core/utils.gd
addons/gloot/core/utils.gd.uid [new file with mode: 0644]
addons/gloot/core/verify.gd
addons/gloot/core/verify.gd.uid [new file with mode: 0644]
addons/gloot/editor/README.md [new file with mode: 0644]
addons/gloot/editor/common/choice_filter.gd [deleted file]
addons/gloot/editor/common/choice_filter.tscn [deleted file]
addons/gloot/editor/common/choice_filter_test.tscn [deleted file]
addons/gloot/editor/common/dict_editor.gd
addons/gloot/editor/common/dict_editor.gd.uid [new file with mode: 0644]
addons/gloot/editor/common/dict_editor.tscn
addons/gloot/editor/common/editor_icons.gd.uid [new file with mode: 0644]
addons/gloot/editor/common/multivalue_editor.gd
addons/gloot/editor/common/multivalue_editor.gd.uid [new file with mode: 0644]
addons/gloot/editor/common/proto_tree_viewer.gd [new file with mode: 0644]
addons/gloot/editor/common/proto_tree_viewer.gd.uid [new file with mode: 0644]
addons/gloot/editor/common/value_editor.gd
addons/gloot/editor/common/value_editor.gd.uid [new file with mode: 0644]
addons/gloot/editor/gloot_undo_redo.gd [deleted file]
addons/gloot/editor/inventory_editor/inventory_editor.gd
addons/gloot/editor/inventory_editor/inventory_editor.gd.uid [new file with mode: 0644]
addons/gloot/editor/inventory_editor/inventory_editor.tscn
addons/gloot/editor/inventory_editor/inventory_inspector.gd
addons/gloot/editor/inventory_editor/inventory_inspector.gd.uid [new file with mode: 0644]
addons/gloot/editor/inventory_editor/inventory_inspector.tscn
addons/gloot/editor/inventory_inspector_plugin.gd
addons/gloot/editor/inventory_inspector_plugin.gd.uid [new file with mode: 0644]
addons/gloot/editor/item_editor/edit_properties_button.gd [deleted file]
addons/gloot/editor/item_editor/edit_prototype_id_button.gd [deleted file]
addons/gloot/editor/item_editor/properties_editor.gd
addons/gloot/editor/item_editor/properties_editor.gd.uid [new file with mode: 0644]
addons/gloot/editor/item_editor/prototype_id_editor.gd [deleted file]
addons/gloot/editor/item_editor/prototype_id_editor.tscn [deleted file]
addons/gloot/editor/item_slot_editor/item_ref_slot_button.gd [deleted file]
addons/gloot/editor/item_slot_editor/item_slot_editor.gd
addons/gloot/editor/item_slot_editor/item_slot_editor.gd.uid [new file with mode: 0644]
addons/gloot/editor/item_slot_editor/item_slot_editor.tscn
addons/gloot/editor/item_slot_editor/item_slot_inspector.gd
addons/gloot/editor/item_slot_editor/item_slot_inspector.gd.uid [new file with mode: 0644]
addons/gloot/editor/item_slot_editor/item_slot_inspector.tscn
addons/gloot/editor/protoset_editor/edit_protoset_button.gd [deleted file]
addons/gloot/editor/protoset_editor/edit_protoset_button.tscn [deleted file]
addons/gloot/editor/protoset_editor/protoset_editor.gd [deleted file]
addons/gloot/editor/protoset_editor/protoset_editor.tscn [deleted file]
addons/gloot/editor/undoables.gd [new file with mode: 0644]
addons/gloot/editor/undoables.gd.uid [new file with mode: 0644]
addons/gloot/gloot.gd
addons/gloot/gloot.gd.uid [new file with mode: 0644]
addons/gloot/images/icon_ctrl_capacity.svg [new file with mode: 0644]
addons/gloot/images/icon_ctrl_capacity.svg.import [new file with mode: 0644]
addons/gloot/images/icon_ctrl_inventory_item.svg [new file with mode: 0644]
addons/gloot/images/icon_ctrl_inventory_item.svg.import [new file with mode: 0644]
addons/gloot/images/icon_ctrl_inventory_stacked.svg [deleted file]
addons/gloot/images/icon_ctrl_inventory_stacked.svg.import [deleted file]
addons/gloot/images/icon_grid_constraint.svg [new file with mode: 0644]
addons/gloot/images/icon_grid_constraint.svg.import [new file with mode: 0644]
addons/gloot/images/icon_inventory_grid.svg [deleted file]
addons/gloot/images/icon_inventory_grid.svg.import [deleted file]
addons/gloot/images/icon_inventory_grid_stacked.svg [deleted file]
addons/gloot/images/icon_inventory_grid_stacked.svg.import [deleted file]
addons/gloot/images/icon_inventory_stacked.svg [deleted file]
addons/gloot/images/icon_inventory_stacked.svg.import [deleted file]
addons/gloot/images/icon_item.svg [deleted file]
addons/gloot/images/icon_item.svg.import [deleted file]
addons/gloot/images/icon_item_count_constraint.svg [new file with mode: 0644]
addons/gloot/images/icon_item_count_constraint.svg.import [new file with mode: 0644]
addons/gloot/images/icon_item_protoset.svg [deleted file]
addons/gloot/images/icon_item_protoset.svg.import [deleted file]
addons/gloot/images/icon_item_ref_slot.svg [deleted file]
addons/gloot/images/icon_item_ref_slot.svg.import [deleted file]
addons/gloot/images/icon_weight_constraint.svg [new file with mode: 0644]
addons/gloot/images/icon_weight_constraint.svg.import [new file with mode: 0644]
addons/gloot/plugin.cfg
addons/gloot/ui/README.md [new file with mode: 0644]
addons/gloot/ui/ctrl_dragable.gd [deleted file]
addons/gloot/ui/ctrl_draggable_inventory_item.gd [new file with mode: 0644]
addons/gloot/ui/ctrl_draggable_inventory_item.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_drop_zone.gd [deleted file]
addons/gloot/ui/ctrl_inventory.gd
addons/gloot/ui/ctrl_inventory.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_capacity.gd [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_capacity.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_grid.gd
addons/gloot/ui/ctrl_inventory_grid.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_grid_basic.gd
addons/gloot/ui/ctrl_inventory_grid_basic.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_grid_ex.gd [deleted file]
addons/gloot/ui/ctrl_inventory_grid_field_style_normal.tres [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_grid_style_background.tres [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_grid_style_selection.tres [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_item.gd [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_item.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_item_base.gd [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_item_base.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_item_rect.gd [deleted file]
addons/gloot/ui/ctrl_inventory_stacked.gd [deleted file]
addons/gloot/ui/ctrl_inventory_universal.gd [new file with mode: 0644]
addons/gloot/ui/ctrl_inventory_universal.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_item_slot.gd
addons/gloot/ui/ctrl_item_slot.gd.uid [new file with mode: 0644]
addons/gloot/ui/ctrl_item_slot_ex.gd [deleted file]
addons/label_font_auto_sizer/label_auto_sizer.gd.uid [new file with mode: 0644]
addons/label_font_auto_sizer/label_font_auto_size_manager.gd.uid [new file with mode: 0644]
addons/label_font_auto_sizer/plugin.gd.uid [new file with mode: 0644]
addons/label_font_auto_sizer/rich_label_auto_sizer.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_follow_framed_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_follow_group_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_follow_path_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_limit_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_noise_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/2D-4.3/2d_tweening_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D/2d_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D/2d_follow_framed_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D/2d_follow_group_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D/2d_follow_path_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D/2d_limit_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D/2d_tweening_example_scene.tscn
addons/phantom_camera/examples/example_scenes/2D/sub_scenes/playable_character_2d.tscn
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_follow_framed_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_follow_glued_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_follow_group_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_follow_path_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_follow_simple_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_follow_third_person_attribtues_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_follow_third_person_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_look_at_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_noise_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/3d_tweening_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/sub_scenes/playable_character_3d.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D-4.4/sub_scenes/playable_character_third_person_3d.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_follow_framed_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_follow_glued_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_follow_group_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_follow_path_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_follow_simple_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_follow_third_person_attribtues_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_follow_third_person_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_look_at_example_scene.tscn
addons/phantom_camera/examples/example_scenes/3D/3d_noise_example_scene.tscn [new file with mode: 0644]
addons/phantom_camera/examples/example_scenes/3D/3d_tweening_example_scene.tscn
addons/phantom_camera/examples/scripts/2D/2d_room_limit_tween.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/2d_room_limit_tween_4.3.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/2d_trigger_area.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/player_character_body_2d.gd
addons/phantom_camera/examples/scripts/2D/player_character_body_2d.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/2D/player_character_body_2d_4.3.gd
addons/phantom_camera/examples/scripts/2D/player_character_body_2d_4.3.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/3d_trigger_area.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/npc.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/path_follow.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_4.4.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_4.4.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_first_person.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_first_person.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_first_person_4.4.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_first_person_4.4.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_third_person.gd
addons/phantom_camera/examples/scripts/3D/player_controller_third_person.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_third_person_4.4.gd [new file with mode: 0644]
addons/phantom_camera/examples/scripts/3D/player_controller_third_person_4.4.gd.uid [new file with mode: 0644]
addons/phantom_camera/examples/textures/2D/player_sprite.svg.import
addons/phantom_camera/examples/textures/3D/target.png [new file with mode: 0644]
addons/phantom_camera/examples/textures/3D/target.png.import [new file with mode: 0644]
addons/phantom_camera/fonts/Nunito-Black.ttf.import
addons/phantom_camera/fonts/Nunito-Regular.ttf.import
addons/phantom_camera/gizmos/custom_gizmo.gd
addons/phantom_camera/gizmos/custom_gizmo.gd.uid [new file with mode: 0644]
addons/phantom_camera/gizmos/phantom_camera_gizmo_plugin_3d.gd
addons/phantom_camera/gizmos/phantom_camera_gizmo_plugin_3d.gd.uid [new file with mode: 0644]
addons/phantom_camera/gizmos/phantom_camera_noise_emitter_gizmo_plugin_3d.gd [new file with mode: 0644]
addons/phantom_camera/gizmos/phantom_camera_noise_emitter_gizmo_plugin_3d.gd.uid [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_2d.svg.import
addons/phantom_camera/icons/phantom_camera_3d.svg.import
addons/phantom_camera/icons/phantom_camera_camera_3d_resource.svg.import
addons/phantom_camera/icons/phantom_camera_noise_emitter_2d.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_noise_emitter_2d.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_noise_emitter_3d.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_noise_emitter_3d.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_noise_emitter_gizmo.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_noise_emitter_gizmo.svg.import [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_noise_resource.svg [new file with mode: 0644]
addons/phantom_camera/icons/phantom_camera_noise_resource.svg.import [new file with mode: 0644]
addons/phantom_camera/inspector/phantom_camera_inspector_plugin.gd.uid [new file with mode: 0644]
addons/phantom_camera/panel/editor.gd.uid [new file with mode: 0644]
addons/phantom_camera/panel/viewfinder/viewfinder_panel.tscn
addons/phantom_camera/plugin.cfg
addons/phantom_camera/plugin.gd
addons/phantom_camera/plugin.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/managers/phantom_camera_manager.gd
addons/phantom_camera/scripts/managers/phantom_camera_manager.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/panel/updater/download_update_panel.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/panel/updater/update_button.gd
addons/phantom_camera/scripts/panel/updater/update_button.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/panel/updater/updater_constants.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/panel/viewfinder/viewfinder.gd
addons/phantom_camera/scripts/panel/viewfinder/viewfinder.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_2d.gd
addons/phantom_camera/scripts/phantom_camera/phantom_camera_2d.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_3d.gd
addons/phantom_camera/scripts/phantom_camera/phantom_camera_3d.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_constants.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_noise_emitter_2d.gd [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_noise_emitter_2d.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_noise_emitter_3d.gd [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera/phantom_camera_noise_emitter_3d.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/phantom_camera_host/phantom_camera_host.gd
addons/phantom_camera/scripts/phantom_camera_host/phantom_camera_host.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/resources/camera_3d_resource.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/resources/phantom_camera_noise_2d.gd [new file with mode: 0644]
addons/phantom_camera/scripts/resources/phantom_camera_noise_2d.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/resources/phantom_camera_noise_3d.gd [new file with mode: 0644]
addons/phantom_camera/scripts/resources/phantom_camera_noise_3d.gd.uid [new file with mode: 0644]
addons/phantom_camera/scripts/resources/tween_resource.gd.uid [new file with mode: 0644]
addons/save_system/plugin_save_system.gd.uid [new file with mode: 0644]
addons/save_system/save_system.gd.uid [new file with mode: 0644]
addons/save_system/save_system_test/save_system_test.gd.uid [new file with mode: 0644]
addons/save_system/save_system_test/save_system_test_resource.gd.uid [new file with mode: 0644]
addons/save_system/save_system_test/save_system_test_subresource.gd.uid [new file with mode: 0644]
addons/scene_manager/Dissolve2d.gdshader.uid [new file with mode: 0644]
addons/scene_manager/LICENSE [deleted file]
addons/scene_manager/NodeFlagsInspectorPlugin.gd
addons/scene_manager/NodeFlagsInspectorPlugin.gd.uid [new file with mode: 0644]
addons/scene_manager/README.md [deleted file]
addons/scene_manager/SceneManager.gd
addons/scene_manager/SceneManager.gd.uid [new file with mode: 0644]
addons/scene_manager/SceneManager.tscn
addons/scene_manager/SceneManagerConstants.gd.uid [new file with mode: 0644]
addons/scene_manager/SceneManagerPlugin.gd.uid [new file with mode: 0644]
addons/scene_manager/SingletonCheckProperty.gd.uid [new file with mode: 0644]
addons/scene_manager/SingletonNameProperty.gd.uid [new file with mode: 0644]
addons/scene_manager/plugin.cfg
addons/script-ide/Popup.gd.uid [new file with mode: 0644]
addons/script-ide/plugin.gd.uid [new file with mode: 0644]
assets/resources/save_resource.gd.uid [new file with mode: 0644]
assets/resources/save_resource.tres
assets/shaders/water.gdshader [deleted file]
i18n/en.po [new file with mode: 0644]
i18n/es_ES.po [new file with mode: 0644]
i18n/es_MX.po [new file with mode: 0644]
objects/item_protoset.json [new file with mode: 0644]
objects/item_protoset.tres [new file with mode: 0644]
project.godot
scenes/components/item_protoset.json [deleted file]
scenes/components/item_protoset.tres [deleted file]
scenes/elements/door_scene_manager.tscn
scenes/elements/player.tscn
scenes/house_template.tscn [deleted file]
scenes/interfaces/inventory.tscn [deleted file]
scenes/interfaces/pause_menu.tscn [deleted file]
scenes/interfaces/save_menu.tscn [deleted file]
scenes/level/house_template.tscn [new file with mode: 0644]
scenes/level/main_level.tscn [new file with mode: 0644]
scenes/main_level.tscn [deleted file]
scenes/menu/inventory.tscn [new file with mode: 0644]
scenes/menu/pause_menu.tscn [new file with mode: 0644]
scenes/menu/save_menu.tscn [new file with mode: 0644]
scripts/constants.gd
scripts/constants.gd.uid [new file with mode: 0644]
scripts/door_scene_manager.gd
scripts/door_scene_manager.gd.uid [new file with mode: 0644]
scripts/events.gd [new file with mode: 0644]
scripts/events.gd.uid [new file with mode: 0644]
scripts/globals.gd
scripts/globals.gd.uid [new file with mode: 0644]
scripts/house_template.gd
scripts/house_template.gd.uid [new file with mode: 0644]
scripts/inventory.gd
scripts/inventory.gd.uid [new file with mode: 0644]
scripts/main_level.gd
scripts/main_level.gd.uid [new file with mode: 0644]
scripts/pause_menu.gd
scripts/pause_menu.gd.uid [new file with mode: 0644]
scripts/player.gd.uid [new file with mode: 0644]
scripts/save_menu.gd.uid [new file with mode: 0644]
vfx/water.gdshader [new file with mode: 0644]
vfx/water.gdshader.uid [new file with mode: 0644]