Search found 128 matches

by Rickton
Mon Mar 30, 2020 2:01 pm
Forum: Games and Creations
Topic: Possession: Play as a ghost and possess other monsters! (1/19/20: Version 13)
Replies: 7
Views: 17361

Re: Possession: Play as a ghost and possess other monsters! (1/19/20: Version 13)

Fair point about the buttons. I made them that size to more easily fit them on the sidebar, but I can see how they might be too small.
by Rickton
Fri Jan 24, 2020 9:16 pm
Forum: Games and Creations
Topic: Possession: Play as a ghost and possess other monsters! (1/19/20: Version 13)
Replies: 7
Views: 17361

Re: Possession: Play as a ghost and possess other monsters! (10/3/19: Version 10)

A few versions of Possession have been released since my last post. V11: Content Changes: Removed the "Adjusting to New Body" condition Levels are now generated 60 x 60 tiles rather than 75 x 75 tiles. This also decreases the number of creatures on the level (but the density is slightly in...
by Rickton
Wed Oct 30, 2019 10:20 pm
Forum: Games and Creations
Topic: Possession: Play as a ghost and possess other monsters! (1/19/20: Version 13)
Replies: 7
Views: 17361

Re: Possession: Play as a ghost and possess other monsters! (10/3/19: Version 10)

Missed posting this, but versions 1.0.8 and 10 have been released. I'm changing the version numbers to reflect the release number, rather than sticking with semantic versioning (1.X.X), because it didn't make much sense. Version 1.0.8 Changes: - You can use the Enter key on the numpad everywhere you...
by Rickton
Thu Sep 12, 2019 11:00 pm
Forum: Games and Creations
Topic: Possession (formerly Possession 2) - Release Date: July 18th!
Replies: 90
Views: 128229

Re: Possession (formerly Possession 2) - Release Date: July 18th!

deströyer wrote: Sat Aug 31, 2019 7:38 am @Rickton Congratulations! To see you stick with it and work consistently at it has been super inspiring!
Thanks! It was a long road, but it did eventually happen.
by Rickton
Sun Aug 25, 2019 1:48 pm
Forum: Games and Creations
Topic: Possession: Play as a ghost and possess other monsters! (1/19/20: Version 13)
Replies: 7
Views: 17361

Re: Possession: Play as a ghost and possess other monsters! (8/14/19: Version 1.0.7)

Version 1.0.7 (the zoom update) is released, as well as a demo version now being available on steam Interface Changes: -You can now zoom in and out. This can be done using the scroll wheel, or by using the - and = keys on top of the keyboard - rebindable from settings, of course! Only applies to the...
by Rickton
Wed Aug 14, 2019 10:48 pm
Forum: Support and Development
Topic: Problem with using a negative value for scale in love.graphics.draw() when scaling or rotating is used
Replies: 3
Views: 3627

Re: Problem with using a negative value for scale in love.graphics.draw() when scaling or rotating is used

I think the problem is that you're multiplying the offset by scale. Offset is in image coordinates, not in screen coordinates, and is therefore not affected by scale. If your images are 32x32, just use 16,16. The draw coordinates, on the other hand, should probably be affected by scale. The draw ca...
by Rickton
Wed Aug 14, 2019 12:20 am
Forum: Support and Development
Topic: Problem with using a negative value for scale in love.graphics.draw() when scaling or rotating is used
Replies: 3
Views: 3627

Problem with using a negative value for scale in love.graphics.draw() when scaling or rotating is used

My game uses 32x32 sprites, drawn with an offset of 16 on both the X and Y axes. This is the code used to draw sprites: love.graphics.draw(image,x+16,y+16,entity.angle,(entity.faceLeft and -1 or 1)*scale,scale,16*scale,16*scale) (assume image, x, y, and scale are passed in from elsewhere) This works...
by Rickton
Tue Aug 06, 2019 10:33 pm
Forum: Games and Creations
Topic: Possession: Play as a ghost and possess other monsters! (1/19/20: Version 13)
Replies: 7
Views: 17361

Re: Release: Possession - A roguelike where you play as a ghost and possess other monsters!

Version 1.0.6 (The minimap update) released! https://steamcdn-a.akamaihd.net/steamcommunity/public/images/clans/29683877/842ebb11851b9b3d8648fb4f02c3c6eabcca2e14.png Interface Changes: There's now a minimap! It can be disabled from the settings page. The stairs up are now colored yellow in ASCII mod...
by Rickton
Wed Jul 24, 2019 11:04 pm
Forum: Games and Creations
Topic: Possession (formerly Possession 2) - Release Date: July 18th!
Replies: 90
Views: 128229

Re: Possession (formerly Possession 2) - Release Date: July 18th!

@Rickton - First of all, I've logged in specifically to give congrats on the game release. Its very inspiring to see a person launch a game due to sheer determination and belief in the end goal. Where do I submit bug reports? The demo crashed on me earlier and I don't know how to let you know other...