mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
basically function but needs a lot of refinement
This commit is contained in:
15
card_image_picker.tscn
Normal file
15
card_image_picker.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bhlqt64wrhx83"]
|
||||
|
||||
[ext_resource type="Script" path="res://CardImagePicker.cs" id="1_j0c8l"]
|
||||
|
||||
[node name="CardImagePicker" type="FileDialog"]
|
||||
title = "Choose Picture"
|
||||
size = Vector2i(312, 154)
|
||||
ok_button_text = "Open"
|
||||
dialog_hide_on_ok = true
|
||||
mode_overrides_title = false
|
||||
file_mode = 0
|
||||
access = 2
|
||||
filters = PackedStringArray("*.png, *.jpg, *.jpeg, *.webp, *.svg; Supported Images")
|
||||
use_native_dialog = true
|
||||
script = ExtResource("1_j0c8l")
|
||||
Reference in New Issue
Block a user