Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature currently requires accessing the site using the built-in Safari browser.
на апи сайт забили хуй пздц как давно
попробовал что то сделать, почему то не рендерит текстурунапиши пример как использовать ui.get_menu_rect() vec4_t (x, y, z, w) я просто только начинаю писать скрипты
local menu_pos = ui.get_menu_rect()
...
renderer.texture (menu_picture, vec2_t.new(menu_pos - 200, menu_pos), vec2_t.new(menu_pos - 200 + pic_scale_slider_x, menu_pos + pic_scale_slider_y), color_t.new(255, 255, 255, 255))
ui.get_menu_rect() возвращает тебе таблицу со значениями x, y, w, zпопробовал что то сделать, почему то не рендерит текстуру
Lua:local menu_pos = ui.get_menu_rect() ... renderer.texture (menu_picture, vec2_t.new(menu_pos - 200, menu_pos), vec2_t.new(menu_pos - 200 + pic_scale_slider_x, menu_pos + pic_scale_slider_y), color_t.new(255, 255, 255, 255))