Bläddra i källkod

bunch of fixes based on feedback, adding changelog

galo 1 år sedan
förälder
incheckning
7c415ac7cb
2 ändrade filer med 8 tillägg och 10 borttagningar
  1. 5 8
      bacteria.tscn
  2. 3 2
      project.godot

+ 5 - 8
bacteria.tscn

@@ -32,12 +32,9 @@ text = NodePath("../CanvasLayer/VBoxContainer/Label2")
 [node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer"]
 anchor_right = 1.0
 anchor_bottom = 1.0
-__meta__ = {
-"_edit_use_anchors_": false
-}
 
 [node name="Label" type="Label" parent="CanvasLayer/VBoxContainer"]
-margin_right = 720.0
+margin_right = 540.0
 margin_bottom = 14.0
 text = "0"
 align = 1
@@ -45,14 +42,14 @@ align = 1
 [node name="ProgressBar2" type="ProgressBar" parent="CanvasLayer/VBoxContainer/Label"]
 modulate = Color( 3, 2, 0, 1 )
 show_behind_parent = true
-margin_right = 720.0
+margin_right = 540.0
 margin_bottom = 14.0
 max_value = 0.1
 percent_visible = false
 
 [node name="Label2" type="Label" parent="CanvasLayer/VBoxContainer"]
 margin_top = 18.0
-margin_right = 720.0
+margin_right = 540.0
 margin_bottom = 32.0
 text = "999"
 align = 1
@@ -60,7 +57,7 @@ align = 1
 [node name="ProgressBar2" type="ProgressBar" parent="CanvasLayer/VBoxContainer/Label2"]
 modulate = Color( 3, 0, 0, 1 )
 show_behind_parent = true
-margin_right = 720.0
+margin_right = 540.0
 margin_bottom = 14.0
 max_value = 50.0
 value = 20.0
@@ -68,7 +65,7 @@ percent_visible = false
 
 [node name="Label3" type="Label" parent="CanvasLayer/VBoxContainer"]
 margin_top = 36.0
-margin_right = 720.0
+margin_right = 540.0
 margin_bottom = 50.0
 text = "Lv.1"
 align = 1

+ 3 - 2
project.godot

@@ -83,10 +83,11 @@ MobileAds="*res://addons/admob/src/singletons/MobileAds.gd"
 
 [display]
 
-window/size/width=720
-window/size/height=1280
+window/size/width=540
+window/size/height=960
 window/size/test_width=540
 window/size/test_height=960
+window/stretch/mode="2d"
 
 [editor_plugins]