first commit
This commit is contained in:
29
CS2335/FinalSubmission/levels/drown_test/data.dat
Normal file
29
CS2335/FinalSubmission/levels/drown_test/data.dat
Normal file
@@ -0,0 +1,29 @@
|
||||
###########################################################################
|
||||
# Level File Format:
|
||||
#
|
||||
# Notice that in the Briefing and WinStatement, we have lines
|
||||
# terminating by a "/ \" combination. That will allow the program to
|
||||
# wrap the line at the point where this sequence of characters
|
||||
# appears. The sequence *has* to appear exactly like that, or it will
|
||||
# not work.
|
||||
#
|
||||
###########################################################################
|
||||
|
||||
########## Level Information
|
||||
name: DEVELOPMENT - Let 'Em Drown
|
||||
briefing: They will *all* die, and you can do nothing about it!
|
||||
win_statement: What did I tell you?
|
||||
|
||||
########## Level Metrics
|
||||
num_lemmings: 80
|
||||
save_percent: 0
|
||||
time_limit: 1000
|
||||
water_level: 100
|
||||
|
||||
######### Portals
|
||||
entrance: 660 109
|
||||
exit: 555 222
|
||||
|
||||
######## Jobs
|
||||
digger: 1
|
||||
|
||||
Reference in New Issue
Block a user