Recommit to fix issues, hopefully?
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
source_md5="106b71c760796a3542a062699ad52add"
|
||||||
|
dest_md5="4371417a77309cd8824ace566dc05738"
|
||||||
|
|
||||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
source_md5="f60df9b1bf1cb8b02508355b26ba539c"
|
||||||
|
dest_md5="27604a7db357c6fe509f8ebacfc32ecd"
|
||||||
|
|
||||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
source_md5="106b71c760796a3542a062699ad52add"
|
||||||
|
dest_md5="4371417a77309cd8824ace566dc05738"
|
||||||
|
|
||||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
source_md5="20deccff1eacf36a9073c100cad21926"
|
||||||
|
dest_md5="36d47026cc9ff590b9411497d8f971e3"
|
||||||
|
|
||||||
Binary file not shown.
+1
-1
@@ -89,4 +89,4 @@ func select_a_bitch(camera, event, click_position, click_normal, index, creature
|
|||||||
if event.is_action_pressed("select_creature"):
|
if event.is_action_pressed("select_creature"):
|
||||||
var kindeke = get_child(creature_id)
|
var kindeke = get_child(creature_id)
|
||||||
select(kindeke)
|
select(kindeke)
|
||||||
print(creature_id)
|
print(creature_id)
|
||||||
|
|||||||
+24
-6
@@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
[sub_resource type="CanvasItemMaterial" id=1]
|
[sub_resource type="CanvasItemMaterial" id=1]
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=13]
|
[sub_resource type="DynamicFont" id=2]
|
||||||
font_data = ExtResource( 1 )
|
font_data = ExtResource( 1 )
|
||||||
|
|
||||||
[sub_resource type="Theme" id=14]
|
[sub_resource type="Theme" id=3]
|
||||||
default_font = SubResource( 13 )
|
default_font = SubResource( 2 )
|
||||||
|
|
||||||
[sub_resource type="Theme" id=15]
|
[sub_resource type="Theme" id=4]
|
||||||
|
|
||||||
[sub_resource type="ProceduralSky" id=5]
|
[sub_resource type="ProceduralSky" id=5]
|
||||||
sky_top_color = Color( 0, 0, 0, 1 )
|
sky_top_color = Color( 0, 0, 0, 1 )
|
||||||
@@ -89,7 +89,10 @@ margin_left = 10.0
|
|||||||
margin_top = 10.0
|
margin_top = 10.0
|
||||||
margin_right = 10.0
|
margin_right = 10.0
|
||||||
margin_bottom = 10.0
|
margin_bottom = 10.0
|
||||||
theme = SubResource( 14 )
|
theme = SubResource( 3 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
[node name="Spawn" type="Button" parent="GUI"]
|
[node name="Spawn" type="Button" parent="GUI"]
|
||||||
anchor_top = 1.0
|
anchor_top = 1.0
|
||||||
@@ -99,6 +102,9 @@ margin_top = 50.0
|
|||||||
margin_right = 185.0
|
margin_right = 185.0
|
||||||
margin_bottom = 70.0
|
margin_bottom = 70.0
|
||||||
text = "Spawn a bitch"
|
text = "Spawn a bitch"
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
[node name="Kill" type="Button" parent="GUI"]
|
[node name="Kill" type="Button" parent="GUI"]
|
||||||
margin_left = 1750.0
|
margin_left = 1750.0
|
||||||
@@ -113,7 +119,7 @@ margin_left = 860.26
|
|||||||
margin_top = 980.795
|
margin_top = 980.795
|
||||||
margin_right = 1028.26
|
margin_right = 1028.26
|
||||||
margin_bottom = 1042.8
|
margin_bottom = 1042.8
|
||||||
theme = SubResource( 15 )
|
theme = SubResource( 4 )
|
||||||
text = "Combine!"
|
text = "Combine!"
|
||||||
|
|
||||||
[node name="Parent0" type="RichTextLabel" parent="GUI"]
|
[node name="Parent0" type="RichTextLabel" parent="GUI"]
|
||||||
@@ -128,6 +134,9 @@ Om te kijken hoe het er uit ziet in de GUI.
|
|||||||
Dit is een voorbeeldtekst.
|
Dit is een voorbeeldtekst.
|
||||||
Om te kijken hoe het er uit ziet in de GUI.
|
Om te kijken hoe het er uit ziet in de GUI.
|
||||||
"
|
"
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
[node name="Parent1" type="RichTextLabel" parent="GUI"]
|
[node name="Parent1" type="RichTextLabel" parent="GUI"]
|
||||||
margin_left = 1450.0
|
margin_left = 1450.0
|
||||||
@@ -141,12 +150,18 @@ Dit is een voorbeeldtekst.
|
|||||||
Om te kijken hoe het er uit ziet in de GUI.
|
Om te kijken hoe het er uit ziet in de GUI.
|
||||||
Dit is een voorbeeldtekst.
|
Dit is een voorbeeldtekst.
|
||||||
Om te kijken hoe het er uit ziet in de GUI."
|
Om te kijken hoe het er uit ziet in de GUI."
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
[node name="Preview0" type="ViewportContainer" parent="GUI"]
|
[node name="Preview0" type="ViewportContainer" parent="GUI"]
|
||||||
margin_top = 660.0
|
margin_top = 660.0
|
||||||
margin_right = 640.0
|
margin_right = 640.0
|
||||||
margin_bottom = 1140.0
|
margin_bottom = 1140.0
|
||||||
rect_scale = Vector2( 0.5, 0.5 )
|
rect_scale = Vector2( 0.5, 0.5 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
[node name="Viewport" type="Viewport" parent="GUI/Preview0"]
|
[node name="Viewport" type="Viewport" parent="GUI/Preview0"]
|
||||||
size = Vector2( 640, 480 )
|
size = Vector2( 640, 480 )
|
||||||
@@ -165,6 +180,9 @@ margin_top = 660.0
|
|||||||
margin_right = 2220.0
|
margin_right = 2220.0
|
||||||
margin_bottom = 1140.0
|
margin_bottom = 1140.0
|
||||||
rect_scale = Vector2( 0.5, 0.5 )
|
rect_scale = Vector2( 0.5, 0.5 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
[node name="Viewport" type="Viewport" parent="GUI/Preview1"]
|
[node name="Viewport" type="Viewport" parent="GUI/Preview1"]
|
||||||
size = Vector2( 640, 480 )
|
size = Vector2( 640, 480 )
|
||||||
|
|||||||
Reference in New Issue
Block a user