Skip to content

Commit

Permalink
Update item.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Darthsae authored Jul 19, 2023
1 parent 6a6a6e7 commit 1b4cc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCreator/Templates/item.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace <MOD>.Items
{
public override void SetDefaults()
{
Item.width = 10;
Item.height = 10;
Item.width = <WIDTH>;
Item.height = <HEIGHT>;

Item.useStyle = <USESTYLE>;
Item.useTime = <USETIME>;
Expand Down

0 comments on commit 1b4cc90

Please sign in to comment.