Skip to content

Commit e74c877

Browse files
Merge pull request #83 from ut-code/DebugBlocks
プロパティのバグ修正
2 parents 518c6e2 + f03abdc commit e74c877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const FighterProperties = {
105105
HP: "HP",
106106
STAMINA: "stamina",
107107
SPEED: "speed",
108-
WEAPON: "bulletsLeft",
108+
WEAPON: "weapon.bulletsLeft",
109109
} as const;
110110
export const GET_PROPERTY_OF_FIGHTER = "get_property_of_fighter";
111111
Blockly.Blocks[GET_PROPERTY_OF_FIGHTER] = {

0 commit comments

Comments
 (0)