Most beautiful fucking UI
This commit is contained in:
+14
-5
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=16 format=2]
|
||||
[gd_scene load_steps=17 format=2]
|
||||
|
||||
[ext_resource path="res://AnonymousPro-Regular.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://CreatureLab.gd" type="Script" id=2]
|
||||
[ext_resource path="res://Creature.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://UI.png" type="Texture" id=2]
|
||||
[ext_resource path="res://CreatureLab.gd" type="Script" id=3]
|
||||
[ext_resource path="res://Creature.tscn" type="PackedScene" id=4]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id=1]
|
||||
|
||||
@@ -176,12 +177,20 @@ gui_disable_input = true
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0237979, 0.798024, 1.44028 )
|
||||
current = true
|
||||
|
||||
[node name="UI" type="Sprite" parent="GUI"]
|
||||
show_behind_parent = true
|
||||
light_mask = 2
|
||||
position = Vector2( -10, -10 )
|
||||
scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 2 )
|
||||
centered = false
|
||||
|
||||
[node name="Camera" type="Camera" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 0.931938, 0.362618, 0, -0.362618, 0.931938, 0, 8.78949, 14.7057 )
|
||||
|
||||
[node name="CreatureLab" type="Node" parent="."]
|
||||
script = ExtResource( 2 )
|
||||
Creature = ExtResource( 3 )
|
||||
script = ExtResource( 3 )
|
||||
Creature = ExtResource( 4 )
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource( 12 )
|
||||
|
||||
Reference in New Issue
Block a user