-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engine Changes: -added more methods to "scene" class -scene class now loads/saves more data -added foreground, middleground, and background to "scene" class Demo Changes: -added Starcraft 2 background, portal middleground, and angrybirds foreground -added checkboxes to show/hide foreground,middleground, and background -added checkbox to show/hide textures -added checkbox to mute/unmute all sounds
- Loading branch information
1 parent
dbd47d4
commit 6cf6649
Showing
27 changed files
with
481 additions
and
88 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,9 @@ clack.wav | |
728.000 408.000 | ||
90.000 | ||
0.015 | ||
nan | ||
0.000 | ||
-0.031 | ||
0.000 | ||
0.000 | ||
0.000 | ||
0.000 | ||
0.000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,9 @@ clack.wav | |
728.000 312.000 | ||
90.000 | ||
0.015 | ||
nan | ||
0.000 | ||
0.031 | ||
0.000 | ||
0.000 | ||
0.000 | ||
0.000 | ||
0.000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,9 @@ clack.wav | |
632.000 312.000 | ||
90.000 | ||
0.015 | ||
nan | ||
0.000 | ||
-0.008 | ||
0.000 | ||
0.000 | ||
0.000 | ||
0.000 | ||
0.000 | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,48 @@ | ||
object#7.dro | ||
object#3.pso | ||
object#4.pso | ||
object#5.pso | ||
object#6.pso | ||
object#8.rso | ||
object#9.rso | ||
object#10.rso | ||
object#11.rso | ||
680.000 120.000 | ||
0.000 | ||
1360 240 | ||
0.5 0.5 0.5 | ||
0 0 0 | ||
0 0 0 | ||
1 | ||
0 | ||
1 | ||
1 | ||
0 | ||
0 | ||
angrybirds_ground.bmp | ||
680.000 360.000 | ||
0.000 | ||
340 240 | ||
0.25 0.25 0.25 | ||
0 0 0 | ||
0 0 0 | ||
1 | ||
0 | ||
1 | ||
1 | ||
0 | ||
0 | ||
portals.bmp | ||
680.000 360.000 | ||
0.000 | ||
1360 720 | ||
0 0 0 | ||
0 0 0 | ||
0 0 0 | ||
1 | ||
0 | ||
1 | ||
1 | ||
0 | ||
0 | ||
SC2background.bmp | ||
object#16.dro | ||
object#12.pso | ||
object#13.pso | ||
object#14.pso | ||
object#15.pso | ||
object#17.rso | ||
object#18.rso | ||
object#19.rso | ||
object#20.rso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,33 @@ | ||
[draggable_object] | ||
default_height = 64 | ||
default_width = 64 | ||
default_x = 1224 | ||
default_x = 64 | ||
default_y = 503 | ||
[game] | ||
mute_all = 1 | ||
show_background = 1 | ||
show_draggable_objects = 1 | ||
show_foreground = 1 | ||
show_info_overlay = 0 | ||
show_middleground = 1 | ||
show_physics_objects = 1 | ||
show_rts_objects = 1 | ||
show_textures = 1 | ||
[physics_object] | ||
default_height = 32 | ||
default_width = 32 | ||
default_x = 1224 | ||
default_y = 432 | ||
default_x = 64 | ||
default_y = 431 | ||
[rts_object] | ||
default_height = 64 | ||
default_width = 64 | ||
default_x = 1224 | ||
default_x = 64 | ||
default_y = 360 | ||
[ui] | ||
overlay_margin = 10 | ||
[window] | ||
height = 705 | ||
height = 720 | ||
position_x = 0 | ||
position_y = 0 | ||
refresh_rate = 60 | ||
width = 1362 | ||
width = 1360 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.