Rebrand project and refresh title presentation
This commit is contained in:
parent
17fef2c5d4
commit
7ae20789a9
138 changed files with 1511 additions and 1498 deletions
|
|
@ -12,7 +12,7 @@
|
|||
[ext_resource type="Script" path="res://progression/player_cooler_capacity.gd" id="10_capacity"]
|
||||
[ext_resource type="Script" path="res://player/player_ground_shadow.gd" id="11_ground_shadow"]
|
||||
[ext_resource type="Material" path="res://player/materials/player_blob_shadow.tres" id="12_blob_shadow"]
|
||||
[ext_resource type="PackedScene" path="res://art/exported/characters/base/netfishing_base_character.glb" id="13_character"]
|
||||
[ext_resource type="PackedScene" path="res://art/exported/characters/base/straywild_base_character.glb" id="13_character"]
|
||||
[ext_resource type="Script" path="res://progression/player_art_unlocks.gd" id="14_art_unlocks"]
|
||||
[ext_resource type="Script" path="res://progression/player_experience.gd" id="15_experience"]
|
||||
[ext_resource type="Script" path="res://player/sprint_dust_trail.gd" id="16_sprint_dust"]
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ extends RefCounted
|
|||
|
||||
const PlayerScene: PackedScene = preload("res://player/player.tscn")
|
||||
const FurPatternShader: Shader = preload("res://player/fur_pattern.gdshader")
|
||||
const RUNTIME_MATERIAL_META: StringName = &"netfishing_runtime_material"
|
||||
const RUNTIME_MATERIAL_META: StringName = &"straywild_runtime_material"
|
||||
const RUNTIME_FUR_PATTERN_MATERIAL_META: StringName = (
|
||||
&"netfishing_runtime_fur_pattern_material"
|
||||
&"straywild_runtime_fur_pattern_material"
|
||||
)
|
||||
const EAR_MESH_NAMES: Array[String] = [
|
||||
"ears_antlers_round",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue