mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Removed some Milad notes
This commit is contained in:
parent
a78284871e
commit
0be3f133de
2 changed files with 3 additions and 6 deletions
|
@ -238,12 +238,10 @@ function createEmoji(emojiFilename) {
|
||||||
// #region animation
|
// #region animation
|
||||||
|
|
||||||
|
|
||||||
// see what we need to do when an emoji gets clicked
|
|
||||||
/*
|
/*
|
||||||
MILAD NOTE:
|
see what we need to do when an emoji gets clicked
|
||||||
First clear any current pop animations
|
First clear any current pop animations
|
||||||
|
Then check what kind of pop animation might be requested, either an in or an out.
|
||||||
Then we check what kind of pop animation might be requested, either an in or an out.
|
|
||||||
*/
|
*/
|
||||||
function maybePlayPop(type) {
|
function maybePlayPop(type) {
|
||||||
maybeClearPop();
|
maybeClearPop();
|
||||||
|
|
|
@ -127,8 +127,7 @@ function onMessageFromSettingsApp(message) {
|
||||||
|
|
||||||
switch (message.method) {
|
switch (message.method) {
|
||||||
/*
|
/*
|
||||||
MILAD NOTE:
|
This calls an update methon on the module apis because I can't get a signal from Settings.QML to the emoji.js without it being a module like
|
||||||
These two call an update methon on the module apis because I can't get a signal from Settings.QML to the emoji.js without it being a module like
|
|
||||||
nametag.
|
nametag.
|
||||||
*/
|
*/
|
||||||
case "handleAvatarNametagMode":
|
case "handleAvatarNametagMode":
|
||||||
|
|
Loading…
Reference in a new issue