ft (Wip): FSM behaviour prey

This commit is contained in:
2026-01-23 10:48:14 +01:00
parent 0b9b1e75d4
commit c11afd9ddd
24 changed files with 154 additions and 54 deletions

View File

@@ -0,0 +1,8 @@
@tool
extends GodotVimPlugin
func _enter_tree():
pass
func _exit_tree():
pass

View File

@@ -0,0 +1 @@
uid://c0i5fl58y2apo

View File

@@ -0,0 +1,12 @@
[configuration]
entry_symbol = "gdext_rust_init"
compatibility_minimum = "4.5"
reloadable = true
[libraries]
linux.debug.x86_64 = "res://addons/godot_vim/bin/libgodot_vim.so"
linux.release.x86_64 = "res://addons/godot_vim/bin/libgodot_vim.so"
windows.debug.x86_64 = "res://addons/godot_vim/bin/godot_vim.dll"
windows.release.x86_64 = "res://addons/godot_vim/bin/godot_vim.dll"
macos.debug.universal = "res://addons/godot_vim/bin/libgodot_vim.dylib"
macos.release.universal = "res://addons/godot_vim/bin/libgodot_vim.dylib"

View File

@@ -0,0 +1 @@
uid://cgm1ycwc1a0ll

View File

@@ -0,0 +1,6 @@
[plugin]
name="GodotVim"
description="Vim emulation for Godot's script editor"
author="hmdfrds"
version="0.1.4"
script="godot_vim.gd"