Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bd70f221e | |||
| b810ea1d9f | |||
| 3d19509826 | |||
| 113dd0820f | |||
| fc00559483 | |||
| 0434667c22 |
@@ -14,5 +14,9 @@ position = Vector2(23, -96)
|
|||||||
scale = Vector2(0.547474, 0.547474)
|
scale = Vector2(0.547474, 0.547474)
|
||||||
texture = SubResource("AtlasTexture_ane0o")
|
texture = SubResource("AtlasTexture_ane0o")
|
||||||
|
|
||||||
|
[node name="CollisionShape2D" parent="TargetSelection/Click" index="0"]
|
||||||
|
position = Vector2(-1.955, -98.545)
|
||||||
|
scale = Vector2(0.6400007, 0.68000054)
|
||||||
|
|
||||||
[node name="Sprite2D" parent="TargetSelection/HoverIndicator" index="0"]
|
[node name="Sprite2D" parent="TargetSelection/HoverIndicator" index="0"]
|
||||||
position = Vector2(1, -126)
|
position = Vector2(1, -126)
|
||||||
|
|||||||
@@ -168,6 +168,7 @@ theme_override_constants/margin_left = 200
|
|||||||
theme_override_constants/margin_right = 200
|
theme_override_constants/margin_right = 200
|
||||||
|
|
||||||
[node name="MarginContainer" type="MarginContainer" parent="ActionSelect/BottomPanel/VBoxContainer/MarginContainer2"]
|
[node name="MarginContainer" type="MarginContainer" parent="ActionSelect/BottomPanel/VBoxContainer/MarginContainer2"]
|
||||||
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
theme_override_constants/margin_left = 10
|
theme_override_constants/margin_left = 10
|
||||||
theme_override_constants/margin_top = 10
|
theme_override_constants/margin_top = 10
|
||||||
|
|||||||
@@ -138,6 +138,9 @@ public partial class MinigameController : Node2D
|
|||||||
{
|
{
|
||||||
if (_hits == null) return;
|
if (_hits == null) return;
|
||||||
|
|
||||||
|
if(_hits.Count >= _maxHitCount) return;
|
||||||
|
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < _regions!.Count - 1; i++)
|
for (i = 0; i < _regions!.Count - 1; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user