Mario Mey
Mario Mey
LG Leon, Android 5.0.1. Budget Envelopes 4.4 I touch up arrow, I can change name and value of the revenue, but Accept button is always in gray. I can't touch...
I'm using Debian 9 Mate x64. I installed it and tried like this: `sudo create_ap -n wlx54e6fc990ab6 ap pata` And it says: `ERROR: hostapd not found.` What should I do?
As 1280x720 was a big resolution for my computer and 640x360 was so small, I tried an intermediate res: 800x450. It works, but with color glitches:  of the Matrixes and Transformation documentation, I do this: ```py from godot import exposed, Area2D, Transform2D @exposed class Coso(Area2D): def _ready(self): t = Transform2D() t.x...
Transporting "Your first 3D game" to python, I found something weird. Simplified code: ```python from godot import Vector3, KinematicBody class Player(KinematicBody): def _ready(self): print(Vector3.ZERO) ``` Returns: ``` ``` And this:...
#### I'm testing godot-python by converting the first tutorial from Godot Docs "Dodge the Creeps 2D", all GDScript files to Python. I don't find `emit_signal()`, I can't import from godot...
🎲 Game dice emoji is called "Game Die". Is it at purpose? assets/emoji.json, line 5194 to 5204: "game_die": { "unicode": "1f3b2", "unicode_alternates": "", "name": "game die", "shortname": ":game_die:", "category": "activity",...
I have my panel in 32px, Emojione looks like this:  By increasing panel height, icon changes. For example, near 48, it is like this:  Debian 9 Mate. I...
I'm trying to use python-osc to make OBS receive and send OSC messages. This [OBS plugin](https://obsproject.com/forum/resources/osc-sender-for-obs.763/) uses python-osc to send messages. Inside that code, all osc_server code is commented because...