Consolidate project documentation and attribution

Add public-alias credits and a tested in-game credits page, centralize project guidance and asset provenance, import the complete authored fur channel maps, and keep starter-island collision synchronized with imported props.
This commit is contained in:
Alexander Sellite 2026-08-12 22:12:11 -04:00
parent 1940ae13e5
commit db6074ddfa
59 changed files with 1638 additions and 1032 deletions

View file

@ -124,11 +124,15 @@ const OPTIONS: Dictionary = {
"textures": {
"body_main": (
"res://art/exported/characters/patterns/"
+ "spots_bengal/body_main.png"
+ "bengal/body_main_bengal.png"
),
"body_arms": (
"res://art/exported/characters/patterns/"
+ "spots_bengal/body_arms.png"
+ "bengal/body_arms_bengal.png"
),
"head_round": (
"res://art/exported/characters/patterns/"
+ "bengal/head_round_bengal.png"
),
},
},
@ -138,11 +142,19 @@ const OPTIONS: Dictionary = {
"textures": {
"body_main": (
"res://art/exported/characters/patterns/"
+ "fox/body_main.png"
+ "fox/body_main_fox.png"
),
"body_arms": (
"res://art/exported/characters/patterns/"
+ "fox/body_arms.png"
+ "fox/body_arms_fox.png"
),
"head_pointy": (
"res://art/exported/characters/patterns/"
+ "fox/head_pointy_fox.png"
),
"tails_fox": (
"res://art/exported/characters/patterns/"
+ "fox/tails_fox_fox.png"
),
},
},