Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[ER] Class picture bug


ramoneknot
 Share

Recommended Posts

there is a bug with classes pictures ? i cant add more than 3 classes pictures even adding here

```

Public Sub DrawClassSelect()

Dim X As Long, y As Long, buttonnum As Long

Dim Width As Long, height As Long

X = GUIWindow(GUI_MAINMENU).X

y = GUIWindow(GUI_MAINMENU).y

Select Case newCharClass

Case 1 ' warrior

Width = 426

height = 209

'EngineRenderRectangle Tex_GUI(23), x + 30, y + 34, 0, 0, width, height, width, height, width, height

Directx8.RenderTexture Tex_GUI(23), X + 30, y + 34, 0, 0, Width, height, Width, height

Case 2 ' wizard

Width = 441

height = 213

'EngineRenderRectangle Tex_GUI(24), x + 30, y + 33, 0, 0, width, height, width, height, width, height

Directx8.RenderTexture Tex_GUI(24), X + 30, y + 33, 0, 0, Width, height, Width, height

Case 3 ' whisperer

Width = 455

height = 212

'EngineRenderRectangle Tex_GUI(25), x + 30, y + 38, 0, 0, width, height, width, height, width, height

Directx8.RenderTexture Tex_GUI(25), X + 30, y + 38, 0, 0, Width, height, Width, height

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...