Skip to content

Commit

Permalink
update Project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
RalseiSmol03 committed Jun 9, 2023
1 parent 279a7fb commit f7e5f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<classpath name="source" />

<!-- PSYCH ENGINE CUSTOMIZATION -->
<define name="MODS_ALLOWED" if="desktop" />
<define name="LUA_ALLOWED" if="desktop" />
<define name="VIDEOS_ALLOWED" if="web || windows" unless="32bits"/>
<define name="MODS_ALLOWED" if="desktop || mobile"/>
<define name="LUA_ALLOWED" if="desktop || mobile" />
<define name="VIDEOS_ALLOWED" if="web || windows || mobile" unless="32bits"/>
<define name="PSYCH_WATERMARKS"/> <!-- DELETE THIS TO REMOVE WATERMARKS/DEV NAMES ON TITLE SCREEN -->

<assets path="assets/preload" rename="assets" exclude="*.ogg" if="web"/>
Expand Down

0 comments on commit f7e5f82

Please sign in to comment.