Fixed score computation and added mouth masks
This commit is contained in:
@@ -15,8 +15,8 @@ name = "Duchex"
|
||||
chara_sprite = ExtResource("1_tppor")
|
||||
mask_eyes_position = Vector2(92.37, 201.415)
|
||||
mask_eyes_rotation = -0.017453292519943295
|
||||
mask_mouth_position = Vector2(111.16, 442.425)
|
||||
mask_mouth_rotation = 0.017453292519943295
|
||||
mask_mouth_position = Vector2(60.92, 208.96)
|
||||
mask_mouth_rotation = -0.05235987755982989
|
||||
traits = Array[ExtResource("3_s53hh")]([ExtResource("4_w5qmk"), ExtResource("6_cyb15"), ExtResource("7_s53hh"), ExtResource("8_p10lp")])
|
||||
preferences = Dictionary[ExtResource("3_s53hh"), int]({
|
||||
ExtResource("3_q0kni"): 0
|
||||
|
||||
@@ -11,8 +11,7 @@ script = ExtResource("2_ce0p8")
|
||||
name = "Duke"
|
||||
chara_sprite = ExtResource("1_d1fpd")
|
||||
mask_eyes_rotation = -0.03490658503988659
|
||||
mask_mouth_position = Vector2(15, 230)
|
||||
mask_mouth_rotation = -0.017453292519943295
|
||||
mask_mouth_position = Vector2(-12.15, 2.27)
|
||||
traits = Array[ExtResource("3_n21sh")]([ExtResource("5_tl7uu")])
|
||||
preferences = Dictionary[ExtResource("3_n21sh"), int]({
|
||||
ExtResource("3_tvmgq"): 0
|
||||
|
||||
@@ -16,7 +16,8 @@ name = "Queen"
|
||||
chara_sprite = ExtResource("1_d1164")
|
||||
mask_eyes_position = Vector2(48, 130)
|
||||
mask_eyes_rotation = 0.05235987755982989
|
||||
mask_mouth_position = Vector2(51.77, 409.63)
|
||||
mask_mouth_position = Vector2(31.595, 176.245)
|
||||
mask_mouth_rotation = 0.017453292519943295
|
||||
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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="Resource" script_class="MaskResource" format=3 uid="uid://kau80jesm22w"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cftllq6l7xclt" path="res://icon.svg" id="1_r5drl"]
|
||||
[ext_resource type="Texture2D" uid="uid://dr265gon4k377" path="res://assets/masks/Bouche 1.png" id="1_r5drl"]
|
||||
[ext_resource type="Script" uid="uid://d26mv2xtvmpqt" path="res://scenes/mask/mask_resource.gd" id="2_ncal4"]
|
||||
|
||||
[resource]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" script_class="MaskResource" format=3 uid="uid://pdiaprcknftw"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d26mv2xtvmpqt" path="res://scenes/mask/mask_resource.gd" id="1_urvbb"]
|
||||
[ext_resource type="Texture2D" uid="uid://cftllq6l7xclt" path="res://icon.svg" id="1_wp4x3"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfnvs01ynm55q" path="res://assets/masks/Bouche 3.png" id="1_wp4x3"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_urvbb")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="Resource" script_class="MaskResource" format=3 uid="uid://divy6byhpwgs2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cftllq6l7xclt" path="res://icon.svg" id="1_dunu4"]
|
||||
[ext_resource type="Texture2D" uid="uid://02al0mfbvjc1" path="res://assets/masks/Bouche 2.png" id="1_dunu4"]
|
||||
[ext_resource type="Script" uid="uid://d26mv2xtvmpqt" path="res://scenes/mask/mask_resource.gd" id="2_cle5s"]
|
||||
|
||||
[resource]
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
[resource]
|
||||
script = ExtResource("1_msbkw")
|
||||
name = "young"
|
||||
stimulis = Array[int]([1, 2])
|
||||
tags = Array[int]([0])
|
||||
stimulis = Array[int]([1])
|
||||
metadata/_custom_type_script = "uid://cya40uohlvgbr"
|
||||
|
||||
Reference in New Issue
Block a user