mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
29 lines
768 B
Text
29 lines
768 B
Text
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://nodes/head.svg" type="Texture" id=1]
|
||
|
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=2]
|
||
|
[ext_resource path="res://scenes/item.gd" type="Script" id=3]
|
||
|
|
||
|
[node name="Item" type="Node2D"]
|
||
|
script = ExtResource( 3 )
|
||
|
|
||
|
[node name="Sprite" type="Sprite" parent="."]
|
||
|
position = Vector2( 0.763641, 1.03008 )
|
||
|
scale = Vector2( 0.700258, 0.700258 )
|
||
|
texture = ExtResource( 1 )
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
margin_left = -63.2723
|
||
|
margin_top = 42.4548
|
||
|
margin_right = 62.7277
|
||
|
margin_bottom = 71.4548
|
||
|
custom_fonts/font = ExtResource( 2 )
|
||
|
text = "you"
|
||
|
align = 1
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Status" type="Sprite" parent="."]
|
||
|
position = Vector2( 34.3633, -34.3633 )
|