Skip to content

Commit

Permalink
Move res/compile.py to res/gamedata/shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 10, 2017
1 parent b7fe012 commit 7d24a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/compile.py → res/gamedata/shaders/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
workers = 8

# Set the directory you want to start from
shaders = 'gamedata/shaders/r2'
objects = 'gamedata/shaders/r2/objects/r2'
shaders = 'r2'
objects = 'r2/objects/r2'

# List all macro identifiers, excluding SMAP
options = [
Expand Down

0 comments on commit 7d24a01

Please sign in to comment.