project organization
This commit is contained in:
44
components/token.tscn
Normal file
44
components/token.tscn
Normal file
@@ -0,0 +1,44 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://b50otusq306jl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cy18iue2caocn" path="res://components/scripts/token.gd" id="1_mep5p"]
|
||||
[ext_resource type="Texture2D" uid="uid://cqtw7t2uag6f8" path="res://icon.svg" id="2_lcbe8"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_0ucay"]
|
||||
outline_size = 2
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_bd72f"]
|
||||
blend_mode = 1
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_0ucay"]
|
||||
blend_mode = 2
|
||||
|
||||
[node name="Token" type="Node2D"]
|
||||
script = ExtResource("1_mep5p")
|
||||
|
||||
[node name="Debug Label" type="Label" parent="."]
|
||||
z_index = 2
|
||||
offset_left = 6.0
|
||||
offset_top = 3.0
|
||||
offset_right = 39.0
|
||||
offset_bottom = 41.0
|
||||
text = "1,1"
|
||||
label_settings = SubResource("LabelSettings_0ucay")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.4, 0.4)
|
||||
texture = ExtResource("2_lcbe8")
|
||||
centered = false
|
||||
|
||||
[node name="Color" type="Polygon2D" parent="."]
|
||||
material = SubResource("CanvasItemMaterial_bd72f")
|
||||
position = Vector2(6, 6)
|
||||
color = Color(0.84101, 0.000705212, 0.866408, 1)
|
||||
polygon = PackedVector2Array(0, 0, 40, 0, 40, 40, 0, 40)
|
||||
|
||||
[node name="highlight_indicator" type="Polygon2D" parent="."]
|
||||
material = SubResource("CanvasItemMaterial_0ucay")
|
||||
position = Vector2(52.8333, 76.6667)
|
||||
scale = Vector2(0.427083, 0.319444)
|
||||
polygon = PackedVector2Array(-112, -96, -16, -96, -64, -168)
|
||||
uv = PackedVector2Array(-112, -96, -16, -96, -72, -160)
|
||||
Reference in New Issue
Block a user