Skip to content

Instantly share code, notes, and snippets.

View mikelhamer's full-sized avatar
❤️
while true

Mikel Hamer mikelhamer

❤️
while true
View GitHub Profile
extends KinematicBody2D
export var move_speed = 200.0
var velocity := Vector2.ZERO
export var jump_height : float
export var jump_time_to_peak : float
export var jump_time_to_descent : float
@mikelhamer
mikelhamer / semantic-commit-messages.md
Created September 25, 2023 19:35 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@mikelhamer
mikelhamer / gist:9795eecafbce7f950abb
Created December 4, 2015 01:07
Kivy log 12-3-15 OSX 10.8.5 python 2.7.8
[INFO ] Logger: Record log in /Applications/Kivy.app/Contents/Resources/.kivy/logs/kivy_15-12-03_7.txt
[INFO ] Kivy: v1.9.0
[INFO ] Python: v2.7.2 (default, Oct 11 2012, 20:14:37)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)]
[INFO ] Factory: 173 symbols loaded
[DEBUG ] Cache: register <kv.lang> with limit=None, timeout=None
[WARNING ] stderr: Traceback (most recent call last):
[WARNING ] stderr: File "/Users/root001/python/Kivy-Area/main.py", line 1, in <module>
[WARNING ] stderr: from kivy.app import App
[WARNING ] stderr: File "/Applications/Kivy.app/Contents/Resources/kivy/kivy/app.py", line 324, in <module>