sábado, 15 de agosto de 2026

GDScript para camara 3d en Godot 4.7, se mueve con el mouse y al presionar escape sales del juego;

 extends Camera3D


# Sensibilidad del ratón (ajusta este valor a tu gusto)

@export var mouse_sensitivity: float = 0.003


# Variables para controlar los límites de rotación vertical (mirar arriba/abajo)

var rotation_x: float = 0.0


func _ready() -> void:

# Captura y oculta el puntero del ratón en la pantalla

Input.mouse_mode = Input.MOUSE_MODE_CAPTURED


func _unhandled_input(event: InputEvent) -> void:

# 1. Salir del juego si se presiona la tecla Escape

if event.is_action_pressed("ui_cancel") or (event is InputEventKey and event.pressed and event.keycode == KEY_ESCAPE):

get_tree().quit()


# 2. Control de la cámara con el movimiento del ratón

if event is InputEventMouseMotion and Input.mouse_mode == Input.MOUSE_MODE_CAPTURED:

# Giro horizontal (Eje Y)

rotate_y(-event.relative.x * mouse_sensitivity)

# Giro vertical (Eje X) con límite para no dar la vuelta completa

rotation_x -= event.relative.y * mouse_sensitivity

rotation_x = clamp(rotation_x, deg_to_rad(-89.0), deg_to_rad(89.0))

# Aplicamos la rotación vertical a la cámara

rotation.x = rotation_x

Un aficionado se da cuenta de los efectos de las censuras en el desarrollo de videojuegos indie; Itch.io, steam; baneados por procesadores de pago;

 

Comentarios

The wolfman is a superstar, you should continue the series or make a spirituals successor like the new adventures of MMMesaltmalomalal. You should also add sex, violence and a little bit of your sense of humor, like the lady in the pink suit with her panties down:)

(+1)

None of that can be done anymore, everything’s censored. It’s a disgrace, but they don’t even show it for free on itch.io anymore. It wouldn’t even appear on the lists. What’s the point of making games that nobody’s going to look at? And that they won’t let me sell?

(+1)

Follow me if you’d like at https://perico415.itch.io/. I’ll try to keep going with horror games if they don’t ban them too…

You are right sadly, but I like the fact that you didn't give up. Maybe new platforms will appear in time. Best of luck in your projects!

jueves, 13 de agosto de 2026

Tengo un canal en Itch.io que aun tiene exito aunque esta baneado por mi inexperiencia 2 o 3 años atras; Aqui contesto a un aficionado que le gusto lo que ago;

 

I love the concept and I would love to see the wolfman saga continue with more episode. A few ideas is the wolfman attacking a prostitution alley or a secret love hotel where maybe incestuos mothers and sons gather?

850


1ª este canal lo tengo baneado por mi inexperiencia en el manejo de las normas de itch.io. 

2ª las tematicas que hacia eran para ganar dinero y consegui ganar unos 20~$ libres de impuestos.

3ª devido a la censura no ago tematica sexual porque no dejan publicarla, estoy intentando hacer tematica de terror y de horror pero al estar desmotibado por que me han cortado las alas estoy trabajando menos, no lo e dejado pero me han fastidiado muchisimo estos ultimos 7 o 12 meses. 

4ª tengo un canal nuevo que funciona muy bien veras muchos juegos  que estan gratis y podras disfrutarlos al estar gratuitos, tematica erotica y terror, juegos muy muy cortos y otros mucho mas trabajados.   Son unos 36 juegos que me hicieron ganar tambien unos 20$. 

Te paso el enlace creo te gustarn mucho y veras mucho trabajo aqui metido....https://perico415.itch.io/



1. This channel is banned due to my inexperience with itch.io's rules.

2. The content I created was to earn money, and I managed to make around $20 tax-free.

3. Due to censorship, I don't do sexual content because they won't let me post it. I'm trying to do horror and terror content, but since I'm discouraged because my wings have been clipped, I'm working less. I haven't quit, but it's really bothered me these last 7 or 12 months.

4. I have a new channel that's working very well. You'll see many free games that you can enjoy. The content is erotic and horror, some very short games and others much more elaborate. There are about 36 games that also earned me around $20. Here's the link; I think you'll like it a lot, and you'll see a lot of work went into it... https://perico415.itch.io/