Jump to content

source Luminate Project V1 Source


0X37BN566
 Share

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...
1 hour ago, OfficialZapy said:

how can I change the background of the menu?

I think 

if (bg == nullptr) {
		D3DXCreateTextureFromFileInMemoryEx(device, &background, sizeof(background),
			720, 490,
			D3DX_DEFAULT, 0, D3DFMT_UNKNOWN, D3DPOOL_DEFAULT,
			D3DX_DEFAULT, D3DX_DEFAULT, NULL,
			(D3DXIMAGE_INFO*)NULL, (PALETTEENTRY*)NULL, &bg);
	}

background char is located at ImGui/misc/background.h

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...
  • 1 month later...
  • 1 month later...
  • 4 months later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...