Skip to content

Instantly share code, notes, and snippets.

View ynot01's full-sized avatar
🌧️

ynot01

🌧️
View GitHub Profile
@ynot01
ynot01 / formats.gd
Last active May 3, 2023 20:36
Godot format money
# MIT License
#
# Copyright (c) 2023 ynot01
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@ynot01
ynot01 / camera.gd
Last active May 3, 2023 20:35
Godot 3D First Person Camera Rotation
# MIT License
#
# Copyright (c) 2023 ynot01
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@ynot01
ynot01 / yaml_to_json.rb
Created May 3, 2023 20:33
Ruby YAML to JSON CLI
=begin
MIT License
Copyright (c) 2023 ynot01
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is