This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
YokaiSurvive/GODOT/Vie.tscn
2021-01-03 11:05:02 +01:00

34 lines
791 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Vie.gd" type="Script" id=1]
[ext_resource path="res://imgs/coeur.png" type="Texture" id=2]
[node name="Vie" type="HBoxContainer"]
margin_right = 37.0
margin_bottom = 9.0
rect_scale = Vector2( 4, 4 )
custom_constants/separation = 5
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="1" type="TextureRect" parent="."]
margin_right = 9.0
margin_bottom = 9.0
texture = ExtResource( 2 )
stretch_mode = 3
[node name="2" type="TextureRect" parent="."]
margin_left = 14.0
margin_right = 23.0
margin_bottom = 9.0
texture = ExtResource( 2 )
stretch_mode = 3
[node name="3" type="TextureRect" parent="."]
margin_left = 28.0
margin_right = 37.0
margin_bottom = 9.0
texture = ExtResource( 2 )
stretch_mode = 3