🔥 HOT: Profile/phantasmol - Full Gallery 2025

Skip to main content

Phantasmol

25
Posts
1
Topics
5
Followers
12
Following
A member registered Apr 19, 2024 · View creator page →

Creator of

Recent community posts

Its atleast one of the most interesting games I've ever played. Technical wise its pretty neat.

Like unTied Games (icon) or something. Or just the name.

unTied Games, I'll be releasing a game soon (within two months tops) with some of your art in it. I'll be sure to put you in the credits; and if you'd prefer to have your icon as well by the credit for extra recognition of your brand, let me know. 

Actually I missed that, thanks for pointing that out!

Yeah sorry, like the pixel size. For instance, if I need a sprite that is 16 by 16, and the pixel size to be 1 by 1; instead is 32 by 32 and the pixel size is 1. I know its a small thing but I have a pixelator that does this anyway.

Some of these were not the pixel ratios I was hoping for. However, when subjected to a pixelator they actually look pretty good :).

Hey BackTerria, Im releasing a game soon and I got your art in it. You want a key when its released?

(1 edit)

Backterra, I am actually using your assets in a commercial game; I plan on releasing it on Steam very soon.

I am a big fan, i buy all of your games. Honestly, King With A Shotgun is such an underrated game.

I feel ya dude.

Its pretty neat, were you trying to go for a Qud thing?

The only thing is its not so obvious if I could use this commercially.

Id like to send you some stuff so far on the progress soon. I think you'll be pleased with the direction I took. No rush though, whenever your available. 

Right on!

You'll get the credit.

Hey man thats cool! In the future if I did ask for comission it would be the exact style you have here. I am literally at this moment in the middle of developing a game with this art and this art only and its going good. Id like to send you some clips of the progress at some point to see what you think. Its going to be a big game but because I already had the foundation finished, its actually coming along really quickly.

Hey Electric Lemon! DO you do comission by any chance?

Do you care if I use this asset in a Steam game if I credit you with doing the art obviously?

I fixed it: 

if(instance_exists(_inst) && variable_instance_exists(_inst, "Draw")){         <=== modified

_inst.Draw();

if(_inst.debug){

_inst.Draw_debug();

}

}

(1 edit)

Here is the error message:

___________________________________________

############################################################################################

ERROR in

action number 1

of Draw Event

for object obj_GGL_controller:

Variable <unknown_object>.Draw(100230, -2147483648) not set before reading it.

 at gml_Object_obj_GGL_controller_Draw_64 (line 32) -                                    _inst.Draw();

############################################################################################

gml_Object_obj_GGL_controller_Draw_64 (line 32)

...

============================================================================================

============================================================================================

and of course the code:

#region draw_all_the_gui_elements

/*

we set the surface, draw all of the parent_GGL objects in order and reset the surface.

*/

gpu_set_blendmode_ext(bm_one, bm_inv_src_alpha);

shader_set(shd_GGL_premult);

surface_set_target(surf);

draw_clear_alpha(0, 0);

var _layer, _count, _inst;

for (var i = ds_map_find_last(ds_map_layers); !is_undefined(i); i = ds_map_find_previous(ds_map_layers, i)){

_layer = ds_map_layers[? i];

_count = ds_grid_height(_layer);

for (var j = 0; j < _count; ++j) {

    _inst = _layer[# e_GUI_depth_parameter.id, j];

if(instance_exists(_inst)){

_inst.Draw();                                 <=== !!!

if(_inst.debug){

_inst.Draw_debug();

}

}

}

}

surface_reset_target();

shader_reset();

gpu_set_blendmode(bm_normal);

#endregion

============================================================================================

============================================================================================

I looked around in the code but did not see a Draw method defined anywhere, do I need to do this myself?

This is the best 1 bit game ive tried so far, well done.

CaptainSkeleto, would you like me to put your logo and name in the opening loading screen?

Do you accept comission?

I already have something in mind! I'll credit you obviously!

Are you cool if I create a new game with a new set of rules with these cards and share the game? These are so good that more people need to see these.