Skip to content

Commit

Permalink
直前の変更に対する変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed May 26, 2024
1 parent 550ceb7 commit 322385f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions scripts/blue_archive_character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,15 @@ BlueArchiveCharacter = {

---
Mouth = {
CLOSED = {0, 0},
OPENED = {0, 4},
TRIANGLE = {4, 4},
SMILE = {0, 8},
SAD = {4, 8}
OPENED = {0, 1},
TRIANGLE = {1, 1},
SMILE = {0, 2},
SAD = {1, 2}
},

---口のテクスチャの解像度の倍率。4x2を基準とする。
---@type number
MouthResolutionMultiplayer = 1
MouthResolutionMultiplayer = 4

---表情のセット(省略可)
--[[
Expand Down

0 comments on commit 322385f

Please sign in to comment.