No description
  • GDScript 84.9%
  • C# 15%
Find a file
2026-01-20 00:20:30 +03:00
.forgejo/workflows resolves #14 -- tag builds with date and time 2026-01-20 00:19:39 +03:00
_etc/textures resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
_placeholder Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
addons/func_godot Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
base resolves #13 -- inhibit ESC in Main Menu 2026-01-19 23:05:42 +03:00
icons Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
materials refactoring 2025-08-09 14:43:57 +03:00
models Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
scenes resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
sounds wip 2025-08-10 23:27:32 +03:00
textures Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
.gitattributes empty godot project 2025-01-30 22:52:25 +03:00
.gitignore resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
export_presets.cfg resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
icon.svg upd -- trenchbroom 2025-08-08 21:54:57 +03:00
icon.svg.import Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
LICENSE Initial commit 2025-01-30 19:40:46 +00:00
Makefile Makefile 2025-08-20 21:25:29 +03:00
mnights.csproj Version bump: new Godot version 2026-01-16 17:08:38 +03:00
mnights.fgd wip: ui and measures 2025-08-11 23:04:35 +03:00
mnights.sln upd -- trenchbroom 2025-08-08 23:00:57 +03:00
nuget.config Create nuget.config 2025-02-05 04:42:52 +07:00
project.godot resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
README.md Updated README.md 2026-01-16 20:23:06 +03:00

mnights

Check out project wiki!

directory structure

  • _etc/ — various files that may or may not be included in the game, discuss before doing something
  • _placeholder/ — placeholder resources, should not be included into the final build of the game
  • addons/ — addons folder, talk to Nycta before touching it
  • base/ — base folder, only for programmers
  • icons/ — this folder contains icons
  • materials/ — this folder contains various development materials
  • models/ — this folder contains 3D-models visible in the game
    • textures/ — textures for said models
  • scenes/ — contains location scenes
    • etc/ — various scenes that are not location related (e.g. main menu scene)
    • maps/ — map files for location scenes
      • autosave/ — Trenchbroom autosave folder probably
      • models/ — 3D-models for scenes, probably shouldn't be used
    • scripts/ — scripts for locations
    • sky/ — reusable sky resources
  • sounds/ — contains sounds
  • textures/ — contains textures (to be used in maps / location scenes)