set back up some masks and a third tuto level
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 1m22s

This commit is contained in:
2026-02-01 08:53:10 +01:00
parent 4e3d70cd61
commit 1dbafe1940
16 changed files with 106 additions and 69 deletions

View File

@@ -3,11 +3,24 @@
[ext_resource type="Texture2D" uid="uid://c726frtpkk1a8" path="res://assets/characters/Perso 2.png" id="1_d1164"]
[ext_resource type="Script" uid="uid://bwam50qxikpw4" path="res://scenes/character/chara_resource.gd" id="2_g8bvo"]
[ext_resource type="Script" uid="uid://cya40uohlvgbr" path="res://scenes/character/trait.gd" id="3_dkw07"]
[ext_resource type="Resource" uid="uid://lhskiwag15k" path="res://resources/traits/talkative.tres" id="3_y3hrs"]
[ext_resource type="Resource" uid="uid://b6614fqoymxur" path="res://resources/traits/silent.tres" id="4_hdamc"]
[ext_resource type="Resource" uid="uid://ct4iy75ai7lmy" path="res://resources/traits/enby.tres" id="5_wjlcp"]
[ext_resource type="Resource" uid="uid://bvophatys2o1o" path="res://resources/traits/old.tres" id="8_j0xhd"]
[ext_resource type="Resource" uid="uid://cb8jguybr1tlj" path="res://resources/traits/white.tres" id="9_aywjr"]
[ext_resource type="Resource" uid="uid://dmd7gilnmcefr" path="res://resources/traits/woman.tres" id="10_tw1u2"]
[resource]
script = ExtResource("2_g8bvo")
name = "Queen"
chara_sprite = ExtResource("1_d1164")
mask_eyes_position = Vector2(13.285, 181.09)
mask_mouth_position = Vector2(26.595, 398.745)
mask_eyes_position = Vector2(48, 130)
mask_eyes_rotation = 0.05235987755982989
mask_mouth_position = Vector2(51.77, 409.63)
traits = Array[ExtResource("3_dkw07")]([ExtResource("3_y3hrs"), ExtResource("9_aywjr"), ExtResource("10_tw1u2"), ExtResource("8_j0xhd")])
preferences = Dictionary[ExtResource("3_dkw07"), int]({
ExtResource("3_y3hrs"): 4,
ExtResource("4_hdamc"): 0,
ExtResource("5_wjlcp"): 3
})
metadata/_custom_type_script = "uid://bwam50qxikpw4"