Very cool I’ll check them out 🙂
sol-vin
Creator of
Recent community posts
No problem, for mine I put something like:
func _input(event) -> void:
#---------------------
# Replace with your own implementation of MOUSE_MODE switching!!
#---------------------
if Input.mouse_mode != Input.MOUSE_MODE_CAPTURED && !disable_input:
#if event is InputEventKey:
#if event.is_action_pressed("ui_cancel"):
#get_tree().quit()
if event is InputEventMouseButton:
if event.button_index == 1:
Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
return
#if event is InputEventKey:
#if event.is_action_pressed("ui_cancel"):
#Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
#return
if event is InputEventMouseMotion:
if Input.mouse_mode == Input.MOUSE_MODE_CAPTURED:
# Grab the event data and process it.
gather_mouse_input(event)
Then I make sure that when the mouse is supposed to be unfocused I disable the process_mode on the mousehandler, uncapture the mouse, then wait for the focus to come back, then recapture when clicked.
Great work on the new rooms! Do you do all the art for them?
Also, small note, sometimes the webpage misbehaves a little when capturing the mouse. It will recapture the mouse when you click outside the game window after pressing ESC, you have to be a little less aggressive with the mouse capture. Otherwise, really cool work! I really love how abstract many of the rooms are, and the new cat room was super cute. I need to make one for my kitties
We have a collab project we are working on, https://sol-vin.itch.io/soup
Currently it is up so you can give it a try :)
Howdy, I’m looking for collabs -> https://sol-vin.itch.io/soup
If you’d like to join hop in the solodev discord at https://discord.gg/x5SAy9tx
Posted my SOUP so people can play it through out the development process. https://sol-vin.itch.io/soup
I’m judging the game based on the fact you didnt make it, uses stolen code stolen from people who didnt have a say in training your ai, and spits in the face of everyone who actually worked on a project in this jam by comparing yourself to people who actually did work. slop is slop bro, no matter how much make up you put on it. Please do not confuse the actual work people do by hand that actually matters to your slop you prompted in ai to make. No one thinks you are smart or special for asking an ai who runs on stolen code to write a project for you, its laziness at its worst.
You are writing paragraphs of text to try and cope with the fact that generally it is frowned upon to use AI to make creative things. I’m very secure with the fact that I can actually make a game without resorting to slop, the fact you need to try and explain it so deeply only proves the point, slop is slop, always will be.
It’s not punk to have something else do all your work and claim it as your own. Sad this is the state of the game jam space these days. A bunch of talentless people flooding jams with AI slop and acting surprised when people won’t pat them on the back for not doing anything. Take some time and learn for yourself, no one is going to be proud of you for cheating and using shortcuts.








