I want to use ingame icons in cui, but everything what I found is "assets/icons/rust.png". Is there a full list of icons?
Solved Using ingame icons in CUI?
Discussion in 'Rust Development' started by [Jedi Knight] StarD, Nov 20, 2016.
-
If you want in-game icons you can use: ImageLibrary for Rust | Oxide to grab any icon you wish.
-
Thats not what I wanted. I want just to directly use ingame image stored in "assets" (or not here) in RawImageComponent:
Code:new CuiRawImageComponent { Sprite = "assets/icons/rust.png" }
-
Its not possible to do otherwise we would already be doing it
-
Wulf Community Admin
-