Find a file
Magarnicle 0d08dee288 Update README.md
added file hierarchy template/example
2025-01-16 23:12:36 +01:00
assets reorganized some files 2025-01-16 22:55:07 +01:00
debug Player debug respawning works, on a scene to scene basis 2025-01-13 14:48:06 +01:00
enemies Refactored hitboxes/hurtboxes to allow for setting knockback 2025-01-15 00:30:00 +01:00
global Small player refactor 2025-01-15 18:17:26 +01:00
player reorganized some files 2025-01-16 22:55:07 +01:00
state_machine Humu, now there is acid, pain, and hot floor 2025-01-15 23:11:48 +01:00
test_levels Humu, now there is acid, pain, and hot floor 2025-01-15 23:11:48 +01:00
.envrc Project updated to newest godot version, wayland by default, nix flake 2024-09-10 17:18:36 +02:00
.gitattributes amazing hurt/hit sounds 2024-12-30 23:48:59 +01:00
.gitignore Project updated to newest godot version, wayland by default, nix flake 2024-09-10 17:18:36 +02:00
COPYING Add COPYING 2024-10-08 21:54:14 +02:00
export_presets.cfg updated export.cfg 2024-11-11 15:30:15 +01:00
expressive_stone.png Lfs test 2024-09-10 17:22:24 +02:00
expressive_stone.png.import Dash begin 2023-03-25 17:05:26 +01:00
flake.lock Project updated to newest godot version, wayland by default, nix flake 2024-09-10 17:18:36 +02:00
flake.nix Project updated to newest godot version, wayland by default, nix flake 2024-09-10 17:18:36 +02:00
icon.svg revert a7e3da81de 2024-10-08 19:39:57 +02:00
icon.svg.import Initalized godot git stuff 2023-03-11 11:17:46 +01:00
project.godot Humu, now there is acid, pain, and hot floor 2025-01-15 23:11:48 +01:00
README.md Update README.md 2025-01-16 23:12:36 +01:00

Project2

The biggest of chungus projects.

I love hmbrgo

AAHHAHHHAHA

DMC 2 (real) game best & biggest

now 327 years in the making!

Debug Controls

  • G to open debug overlay
  • B to enable in-game gizmos

Project Folder Structure

Like this:

/(root)
    /characters
        /player
            player.tscn
            extendedcamer.gd
            etc.
            /assets
                atk.png
                jump.png
                etc.png
        /npcs
            /painter
                painter.tscn
                etc.
                /assets
                    painting.png
                    griddy.png
            /etc
        /enemies
            /arnold
                Arnold.gd
                Arnold.tscn
                etc...
                /assets
                    atkL.png
                    walkR.png
                    etc.png
            /bingus
                bingus.tscn
                bingus.gd
                etc...
                /assets
                    atkL.png
                    walkR.png
                    etc.png
            /etc.
    /zones
        /fungus
            /rooms
                /room_1
                    room_1.tscn
                    idk all the other stuff, if no other stuff than we could just move the rooms up one directory
                /room_n
            /prefabs
                /rocks
                /fungi
                    /fungus_1
                        fungus_1.tscn
                        ...the other not sprite stuff idk what that might be
                        /assets
                            fungus_1.png
                    /fungus_2
                        fungus_2.tscn
                        /assets
                            fungus_2.png
                    /fungus_n
                /trees
        /generic_forest
            /rooms
            /prefabs
        /ash_zone
            /rooms
            /prefabs
    /shaders
    /global
    /thing(s)
        game engine & code stuff
    /etc.....