Skip to content

Instantly share code, notes, and snippets.

@cenullum
cenullum / Debug.gd
Last active August 29, 2022 19:12
To make console commands and show stats in Godot Engine projects
extends Node
#You need to set "console" and "stats" keys to input map
#The video about how to implement to your project https://youtu.be/klaxiaQ94Zc
#UI
var canvaslayer
var color_rect#black background
var debug_output
var debug_tween
var left_label
@aaronfranke
aaronfranke / convert-to-godot4.sh
Last active April 2, 2024 16:20
This script bulk-renames many things in Godot 3 projects to hopefully make it easier to convert them to Godot 4.
#!/usr/bin/env bash
# This script bulk-renames many things in Godot 3 projects to hopefully
# make it easier to convert them to Godot 4. The goal is to do as much
# replacing as possible here so that the diffs Godot produces are smaller.
set -uo pipefail
IFS=$'\n\t'
# Loops through all text files tracked by Git.

[WIP] Notepad++ userstyle for Godot's GDScript

  • This is a work-in-progress
  • Most things don't work yet
  • It is just a little syntax highlighting thing
  • For install: Language -> Define your Language -> Import

TODO

  • Mess around with the settings