- el alien and premiere now reset correctly
- gorro and peu camera should not appear again once picked up items
This commit is contained in:
4
main.lua
4
main.lua
@@ -234,9 +234,9 @@ function update_game()
|
||||
end
|
||||
if abad.objects.gps~=nil then
|
||||
if btnp(KEY_1) then
|
||||
if abad.objects.gorro==nil then current_camera=1 end
|
||||
if abad.objects.gorro==nil and abad.objects.clau_premiere==nil then current_camera=1 end
|
||||
elseif btnp(KEY_2) then
|
||||
if abad.objects.peu==nil then current_camera=2 end
|
||||
if abad.objects.peu==nil and abad.objects.clau_elalien==nil then current_camera=2 end
|
||||
elseif btnp(KEY_3) then
|
||||
current_camera=3
|
||||
elseif btnp(KEY_4) then
|
||||
|
||||
Reference in New Issue
Block a user