Added full-surface alpha and rotaiton and scaling support
commit846902eb70cf281ed54ab0c841bb16cbe52827c3
authorBrett Lajzer <brett@brettlajzer.com>
Sat, 10 May 2008 01:54:12 +0000 (9 21:54 -0400)
committerBrett Lajzer <brett@brettlajzer.com>
Sat, 10 May 2008 01:54:12 +0000 (9 21:54 -0400)
treed38a7080222b11bd97db18cfe3aa974ba86d3d63
parent0df9c205804ff994cc22ffaf6f32e1dcab310845
Added full-surface alpha and rotaiton and scaling support
for Circle, Ellipse, and Rectangle. Also polished shine_on.
28 files changed:
base/Circle.lua
base/Ellipse.lua
base/Object.lua
base/Rectangle.lua
base/animation.lua
demos/collision_test/scripts/code.lua
demos/luashooter/scripts/backgrounds.lua
demos/luashooter/scripts/enemy.lua
demos/luashooter/scripts/life_bar.lua
demos/luashooter/scripts/player.lua
demos/luashooter/scripts/scoreboard.lua
demos/shine_on/images/darkline.png
demos/shine_on/images/player_charged.png
demos/shine_on/images/player_left.png [new file with mode: 0644]
demos/shine_on/images/player_right.png [new file with mode: 0644]
demos/shine_on/images/sun_overlay.png
demos/shine_on/images/tiny_phazon.png [new file with mode: 0644]
demos/shine_on/images/title.png
demos/shine_on/scripts/DarkLine.lua
demos/shine_on/scripts/PhazonBlast.lua
demos/shine_on/scripts/Player.lua
demos/shine_on/scripts/Sun.lua
demos/shine_on/scripts/TinyPhazon.lua [new file with mode: 0644]
demos/shine_on/scripts/WhiteSpark.lua
demos/shine_on/scripts/code.lua
demos/shine_on/scripts/main.lua
funcs_draw.cpp
funcs_video.cpp