This commit is contained in:
2018-03-06 15:59:14 -06:00
parent df97ab4528
commit 4f4fb7b7ca
4 changed files with 4458 additions and 4456 deletions

View File

@@ -96,7 +96,7 @@ class IMICFPS
@angle_y = @angle_y.clamp(-360, 360)
self.mouse_x, self.mouse_y = Gosu.screen_width/2, Gosu.screen_height/2
@light_postion = [-@camera.x, -@camera.y, -@camera.z, 1]
@light_postion = [@camera.x, @camera.y, @camera.z, 1]
# @light_postion = [1.0, 0.249, 4.09, 1]
@camera.x-=@speed if $window.button_down?(Gosu::KbRight)