X Tutup
Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 763 Bytes

File metadata and controls

28 lines (25 loc) · 763 Bytes

Tiny VTuber Game Jam 2026

This is the repository for the game Aussiegrif and mxpuffin are developing for the annual Vtuber Tiny Game Jam. This years theme is "Growth"

Details

Our game is being made in GODOT 4.6.x

Project Hierarchy

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/
X Tutup