This commit is contained in:
Asaki Yuki 2026-01-23 15:15:48 +07:00
parent 6817734ed9
commit 99c294a9ba
14 changed files with 19528 additions and 19413 deletions

View file

@ -1 +1,14 @@
import {} from ".."
import { BagBinding, f, ItemAuxID, Label } from ".."
const text = Label({
text: "#text",
[BagBinding.ITEM_ID_AUX]: ItemAuxID.DIAMOND,
"#x": 2,
})
text.addBindings({
source_property_name: f(`Test: #{ -(${BagBinding.ITEM_ID_AUX} % #x) == 0 }`),
target_property_name: BagBinding.TEXT,
})
console.log(text)