Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Tile Widget #579

Merged
merged 6 commits into from
Aug 1, 2023
Merged

feat: Tile Widget #579

merged 6 commits into from
Aug 1, 2023

Conversation

mehah
Copy link
Owner

@mehah mehah commented Aug 1, 2023

Code example:

    local widget = g_ui.createWidget('Panel')
    widget:setSize({ width = 100, height = 100 })
    widget:setBackgroundColor('black')

    g_game.getLocalPlayer():getTile():setWidget(widget)

image

@mehah mehah marked this pull request as draft August 1, 2023 19:31
@mehah mehah marked this pull request as ready for review August 1, 2023 20:53
@mehah mehah merged commit 0c735a5 into main Aug 1, 2023
@mehah mehah deleted the tile_widget branch August 1, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant