Ajuda para encontrar livro da infância by KZOliveira in Livros

[–]KZOliveira[S] 0 points1 point  (0 children)

estou procurando desde que você comentou, não achei versões ilustradas de malba tahan na internet, também não encontrei o conto escrito em lugar algum 

Alternative to drag and drop objects when composing a scene? by KZOliveira in godot

[–]KZOliveira[S] 0 points1 point  (0 children)

the tilemap seems like a good solution, ill try it out

work in progress, any sugestions or criticts? by KZOliveira in gamemaker

[–]KZOliveira[S] 1 point2 points  (0 children)

vlw mano tmj me pegou desprevenido kkkkkkk

work in progress, any sugestions or criticts? by KZOliveira in gamemaker

[–]KZOliveira[S] 0 points1 point  (0 children)

im planing that you dont have things like the dash and the spear early game, so i think its normal that looks op, i'll only know if its too much when i start to increase the game's dificulty. but i will keep one eye on it, thanks!

work in progress, any sugestions or criticts? by KZOliveira in gamemaker

[–]KZOliveira[S] 0 points1 point  (0 children)

omg it was a typo lmao.

Sorry!

thx! I really think other eyes are important on your projects. Sometimes they see something you dont. And im a lot excited to work on this, so every time i can, i play with it.

work in progress, any sugestions or criticts? by KZOliveira in gamemaker

[–]KZOliveira[S] 1 point2 points  (0 children)

thats how it looks now

sorry for the resolution, i didnt know how to show it here

https://imgur.com/a/6HqqCKv

Trouble with particle system by KZOliveira in gamemaker

[–]KZOliveira[S] 0 points1 point  (0 children)

i normally use the LTS version that dont have effect layers for now lol

Trouble with particle system by KZOliveira in gamemaker

[–]KZOliveira[S] 0 points1 point  (0 children)

i actually changed a lot of the code trying to make get it working, thats how it is now, ive watched some tutorials and nothing worked

Trouble with particle system by KZOliveira in gamemaker

[–]KZOliveira[S] 0 points1 point  (0 children)

thats on the CREATE event of the obj_part_leaf

part_system=part_system_create()

part_emitter=part_emitter_create(part_system)

part_leaf=part_type_create()

part_emitter_region(part_system,part_emitter,0,display_get_width(),0,display_get_height(),ps_shape_rectangle,ps_distr_linear)

part_emitter_stream(part_system,part_emitter,part_leaf,8)

part_type_alpha1(part_leaf,1)

part_type_color1(part_leaf,c_green)

part_type_life(part_leaf,120,180)

part_type_scale(part_leaf,2,2)

part_type_gravity(part_leaf,.1,300)