- el alien and premiere now reset correctly

- gorro and peu camera should not appear again once picked up items
This commit is contained in:
2022-11-02 20:00:53 +01:00
parent 47172426ad
commit 0502e9601b
4 changed files with 18 additions and 6 deletions

View File

@@ -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