From ef7b997294c6e7f9ddb913a775adaf272e9a36ce Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 28 Mar 2022 13:16:26 -0400 Subject: [PATCH] UwU --- script.lua | 9 ++++++++- texture.png | 4 ++-- texture.xcf | 4 ++-- texture_emission.png | 4 ++-- texture_emission.xcf | 4 ++-- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/script.lua b/script.lua index d97dcb7..853a45c 100644 --- a/script.lua +++ b/script.lua @@ -558,6 +558,8 @@ COLORS={} COLORS.neutral=vectors.of{127/255,127/255,255/255} COLORS.hurt= vectors.of{1, 0, 63/255} COLORS.lava= vectors.of{1, 128/255, 64/255} +-- prev 255 160 192 +COLORS.owo= vectors.of{1, 128/255, 160/255} COLORS["end"]="end" for k, v in pairs(EMISSIVES) do v.setColor(COLORS.neutral) @@ -705,12 +707,15 @@ do expressions.neutral={0,0} expressions["end"]=expressions.neutral expressions.hurt={0,1} + expressions.owo={0,2} local expruvm=UVManager:new({8, 8}, nil, expressions) current_expression="neutral" -- color/expression rules function getBestColor() - if player.isInLava() or player.getWorldName()=="minecraft:the_nether" then + if current_expression=="owo" then + return COLORS.owo + elseif player.isInLava() or player.getWorldName()=="minecraft:the_nether" then return COLORS.lava else return COLORS.neutral @@ -767,6 +772,8 @@ action_wheel.SLOT_3.setTitle('Toggle Armor') action_wheel.SLOT_3.setFunction(function() setArmor() end) action_wheel.SLOT_4.setTitle('T-Pose') action_wheel.SLOT_4.setFunction(function() ping.tPose() end) +action_wheel.SLOT_5.setTitle('UwU') +action_wheel.SLOT_5.setFunction(function() ping.expr("owo") end) -- Pings -- --- Damage function -- diff --git a/texture.png b/texture.png index dcc4d48..bbcbf19 100644 --- a/texture.png +++ b/texture.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46d345c014a783dc9eaec4c0169fc61ee13caa27b8752d0fbb388f4a768df9ee -size 22983 +oid sha256:06a631015b2b8e195a98b27083e9a2f2d3c693a929e021bd7770da7364d2328f +size 19830 diff --git a/texture.xcf b/texture.xcf index 9a017eb..7354487 100644 --- a/texture.xcf +++ b/texture.xcf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d58440d5b9f3e6777eeb4fc3322fec9966092b894a5f4c9e676c90742590fd55 -size 366863 +oid sha256:fe4903e3964a6cac77f8003cd4dc0b17f8d993c0dbaab722169e9b17804cb0c0 +size 370962 diff --git a/texture_emission.png b/texture_emission.png index 7f767c9..3ef08c2 100644 --- a/texture_emission.png +++ b/texture_emission.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afc4763bd8ff41e6ae5585aedcfedde64f6aad6c2eac6bfa8175b74d968209ff -size 7130 +oid sha256:4124d68972f1f2e9f8147830aabdc38f4c13ddc15256bce38d1437e50e05a0d4 +size 3871 diff --git a/texture_emission.xcf b/texture_emission.xcf index c51d2d0..31addf1 100644 --- a/texture_emission.xcf +++ b/texture_emission.xcf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1cdd87e355415d97cfbc0357b85086e53e4e5d86ada4314f946f6911ce5ae3d6 -size 68251 +oid sha256:5284cc6dd60e45c62c285c4ea90f47db22bf90e69d6f3f464f5d56e887efac9c +size 70068