update to godot v4

This commit is contained in:
Fabien Freling 2025-12-03 15:35:13 +01:00
parent 95c7976f14
commit 8e8823fb0c
35 changed files with 795 additions and 494 deletions

View file

@ -1,4 +1,4 @@
tool
@tool
class_name ImagePicker
extends Panel
@ -8,7 +8,7 @@ signal canceled()
var _fs_tab_index := 1
onready var fs_list := $VBoxContainer/TabContainer/Filesystem/FileList
@onready var fs_list := $VBoxContainer/TabContainer/Filesystem/FileList
func _ready():
# TODO: fix Android