Skip to content
Snippets Groups Projects
Commit 1a551362 authored by weltenretter's avatar weltenretter
Browse files

Fixed it all v3.0.0

parent a843eb66
Branches
No related tags found
No related merge requests found
......@@ -128,6 +128,17 @@ collections {
}
}
part{ name: "user1";
type: SWALLOW;
description { state: "default" 0.0;
rel1 { relative: 0.5 0.5;
to: "sw.button.bg";}
rel2 { relative: 0.5 0.5;
to: "sw.button.bg";}
min: 150 150;
max: 150 150;
}
}
part{ name: "InvisiblePlace";
type: IMAGE;
description { state: "default" 0.0;
rel1 { relative: 0.5 0.5;
......@@ -137,26 +148,28 @@ collections {
min: 150 150;
max: 150 150;
//Normal declaration of image in anfuerungszeichen
image {
normal: "user_1.png";
}
}}
image {
normal: "user_1.png";
}
visible: 0;
}
}
/*
*/
PART_BUTTON("pleasure", "", 140/360 12/360, 0);
PART_BUTTON("sadness", "", 264/360 100/360, 72);
PART_BUTTON("fear", "", 215/360 244/360, 144);
PART_BUTTON("anger", "", 65/360 244/360, 216);
PART_BUTTON("general_alertness", "", 18/360 100/360, 288);
}
programs
{
PROGRAM_EMOTION_PRESSED_ANIMATION("anger");
PROGRAM_EMOTION_PRESSED_ANIMATION("fear");
PROGRAM_EMOTION_PRESSED_ANIMATION("general_alertness");
PROGRAM_EMOTION_PRESSED_ANIMATION("pleasure");
PROGRAM_EMOTION_PRESSED_ANIMATION("sadness");
}
}
PART_BUTTON("pleasure", "", 140/360 12/360, 0);
PART_BUTTON("sadness", "", 264/360 100/360, 72);
PART_BUTTON("fear", "", 215/360 244/360, 144);
PART_BUTTON("anger", "", 65/360 244/360, 216);
PART_BUTTON("general_alertness", "", 18/360 100/360, 288);
}
programs
{
PROGRAM_EMOTION_PRESSED_ANIMATION("anger");
PROGRAM_EMOTION_PRESSED_ANIMATION("fear");
PROGRAM_EMOTION_PRESSED_ANIMATION("general_alertness");
PROGRAM_EMOTION_PRESSED_ANIMATION("pleasure");
PROGRAM_EMOTION_PRESSED_ANIMATION("sadness");
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment