hud icon placement...momo5502's
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
I'm running momo5502's Welcome Message==>http://fourdeltaone.net/forum/viewtopic.php?f=40&t=10822
I want to place the icon at the bottom right-hand corner of the screen. The source for the placement looks like this:
//Icon var icon = HudElem.CreateIcon(entity, config[3], 60, 60); icon.SetPoint("CENTER", "CENTER", 0, 30); icon.Alpha = 1;Now am I right in thinking I need to change the ... 0, 30); to something like ... 1200, 944); ??
Then I want it to stay there throughout the duration of a given map but I don't know how to do that part either. :mrgreen:
Or maybe my guessing is completely off.