ProjectRR — нативный прототип на ассетах ProjectR

- Все 189 скелетов Spine сконвертированы в нативные Godot Skeleton2D (.tscn), без Spine в рантайме
- Меню + сцены: подземелье (карта комнат), просмотр спрайтов, нативные анимации
- Кастомизация цвета (кожа/волосы/глаза) через шейдер
- Вытащенные текстуры/UI/шрифты + нарезка спрайтов из атласа
- Датасет комнат для LoRA, офлайн-инструменты конвертации в tools/

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Leonid Pershin
2026-08-03 16:29:21 +03:00
co-authored by Claude Opus 4.8
commit 04cf5f90b0
2193 changed files with 360105 additions and 0 deletions
@@ -0,0 +1,113 @@
[
{
"Figure": ["Orc", "Human"],
"State": ["Patrol", "Combination"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Orc", "Human"],
"State": ["Chase", "Combination"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Orc", "Human"],
"State": ["Attack", "Combination"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["attack_0"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Orc", "Human"],
"State": ["Leap", "Combination"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["attack_1"],
"Loop": false,
"IsCombat": true,
},
],
},
{
"Figure": ["Orc", "Human"],
"State": ["Knockback", "Combination"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["knockback_0"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Orc", "Human"],
"State": ["Stun", "Combination"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["stun_0"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Orc", "Human"],
"State": ["Wait", "Combination"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["idle_0"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Orc", "Human"],
"State": ["Map", "Map"],
"Spine": [
{
"Path": "%spine\orcarmor_combat",
"Animation": ["portrait_0"],
"Loop": false,
},
],
},
]