This is the repository for the game Aussiegrif and mxpuffin are developing for the annual Vtuber Tiny Game Jam. This years theme is "Growth"
Our game is being made in GODOT 4.6.x
res://
├── Assets
│ ├── Audio/
│ │ └── menu_music.mp3
│ └── Fonts/
├── Common/
│ └── (Shared non-project specific functionality)
├── Config/
├── Entities/
│ └── BodyParts/
│ └── Heart/
│ ├── Art/
│ ├── Data/
│ ├── Sound/
│ ├── heart.gd
│ └── heart.tscn
├── Scenes/
└── Utilities/