Files
GGJ26/resources/characters/duke.tres
minimata 4e3d70cd61
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 9s
Create tag and build when new code gets to main / Export (push) Successful in 1m25s
lvl1 done
2026-01-31 21:39:23 +01:00

21 lines
1.1 KiB
Plaintext

[gd_resource type="Resource" script_class="CharacterResource" format=3 uid="uid://gy4ygqrjj5ys"]
[ext_resource type="Texture2D" uid="uid://spbjfmmk8o0s" path="res://assets/characters/Perso 3.png" id="1_d1fpd"]
[ext_resource type="Script" uid="uid://bwam50qxikpw4" path="res://scenes/character/chara_resource.gd" id="2_ce0p8"]
[ext_resource type="Script" uid="uid://cya40uohlvgbr" path="res://scenes/character/trait.gd" id="3_n21sh"]
[ext_resource type="Resource" uid="uid://lhskiwag15k" path="res://resources/traits/talkative.tres" id="3_tvmgq"]
[ext_resource type="Resource" uid="uid://b6614fqoymxur" path="res://resources/traits/silent.tres" id="5_tl7uu"]
[resource]
script = ExtResource("2_ce0p8")
name = "Duke"
chara_sprite = ExtResource("1_d1fpd")
mask_eyes_position = Vector2(-87.17, -459.345)
mask_eyes_rotation = 0.11693705988361988
mask_mouth_position = Vector2(-60.07, -343.01)
traits = Array[ExtResource("3_n21sh")]([ExtResource("5_tl7uu")])
preferences = Dictionary[ExtResource("3_n21sh"), int]({
ExtResource("3_tvmgq"): 0
})
metadata/_custom_type_script = "uid://bwam50qxikpw4"