From 398e0a26aaaf036f5d55c227ce335f79be299b36 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 1 Dec 2016 16:43:49 -0300 Subject: Rename opengl to api --- src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua | 2 +- src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua | 2 +- .../scripts/gpu/s-ppux_5c7x-0x.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game') diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua index f42d18d..4ed478e 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua @@ -10,7 +10,7 @@ return { fps = 30, shader = { true, - opengl = '2.0-ES' + api = 'opengl_es_2_0' fragment = true, }, physic = true, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua index 9287fba..65cbca3 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua @@ -10,7 +10,7 @@ return { fps = 29.97, shader = { false, - opengl = false, + api = false, fragment = false, }, physic = false, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua index b2f50e0..3940abb 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua @@ -10,7 +10,7 @@ return { fps = 29.97, shader = { false, - opengl = false, + api = false, fragment = false, }, physic = false, -- cgit v1.2.3-54-g00ecf