Skip to content

Commit

Permalink
scaled values and updated activity type of daydream activity
Browse files Browse the repository at this point in the history
  • Loading branch information
lc2353 committed Mar 21, 2024
1 parent f8d9668 commit a9bd29f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/map/inside_house.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<property name="activityStr" value="watch the fish"/>
<property name="activityTime" type="int" value="1"/>
<property name="activityType" value="entertain"/>
<property name="changeAmount" value="0.1,0.05"/>
<property name="changeAmount" value="0.1,0.1"/>
<property name="isActivity" type="bool" value="true"/>
</properties>
</object>
Expand Down Expand Up @@ -195,12 +195,12 @@
<property name="newMapStr" value="go outside"/>
</properties>
</object>
<object id="11" name="daydream" x="164.448" y="184.482">
<object id="11" name="daydream" x="164.448" y="184.482" width="16" height="16">
<properties>
<property name="activityStr" value="daydream"/>
<property name="activityTime" type="int" value="1"/>
<property name="activityType" value="entertain"/>
<property name="changeAmount" value="0.05,0.05"/>
<property name="activityType" value="nap"/>
<property name="changeAmount" value="0.15"/>
<property name="isActivity" type="bool" value="true"/>
</properties>
</object>
Expand Down
2 changes: 1 addition & 1 deletion assets/map/map.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<property name="activityStr" value="feed the ducks"/>
<property name="activityTime" type="int" value="1"/>
<property name="activityType" value="entertain"/>
<property name="changeAmount" value="0.1,0.05"/>
<property name="changeAmount" value="0.1,0.15"/>
<property name="isActivity" type="bool" value="true"/>
</properties>
</object>
Expand Down

0 comments on commit a9bd29f

Please sign in to comment.