Skip to content

Commit

Permalink
fixed wrong levels
Browse files Browse the repository at this point in the history
  • Loading branch information
lc2353 committed Mar 21, 2024
1 parent a9bd29f commit 9a7d1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/map/inside_house.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<property name="activityStr" value="study at your desk"/>
<property name="activityTime" type="int" value="3"/>
<property name="activityType" value="study"/>
<property name="changeAmount" value="0,0.3,0.2"/>
<property name="changeAmount" value=".2,0.3,0.2"/>
<property name="isActivity" type="bool" value="true"/>
</properties>
</object>
Expand Down

0 comments on commit 9a7d1c0

Please sign in to comment.