|
|
Re: How can I change the icon in the executable
[Re: Mystery]
#70223
04/16/06 14:52
04/16/06 14:52
|
Joined: Mar 2006
Posts: 2,503 SC, United States
xXxGuitar511
Expert
|
Expert
Joined: Mar 2006
Posts: 2,503
SC, United States
|
I don't think it checks the icon, but it might, and probably will now...
xXxGuitar511 - Programmer
|
|
|
Re: How can I change the icon in the executable
[Re: xXxGuitar511]
#70224
04/17/06 13:00
04/17/06 13:00
|
Joined: Feb 2003
Posts: 6,818 Minot, North Dakota, USA
ulillillia
Senior Expert
|
Senior Expert
Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
|
I wonder if using the bind instruction to include an ICO file would work. Either that or a bmap definition.
bind <mygameicon.ico>; // try this option bmap mygameicon = <mygameicon.ico>; // or try this one
I have otherwise no idea how it can even be done....
"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip
My 2D game - release on Jun 13th; My tutorials
|
|
|
|
|
|