Skip to content

Commit 9ac5ee1

Browse files
committed
updated space gems
1 parent a9770e2 commit 9ac5ee1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

game_boards/board_space/game_space.tscn

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
[ext_resource type="PackedScene" uid="uid://d0yw6oyw3qib0" path="res://game_boards/board_food/assets/animated_cloud.tscn" id="4_731ya"]
66
[ext_resource type="AudioStream" uid="uid://ds53xomd2ha1b" path="res://assets/audio/Abstract2.ogg" id="4_cbs6r"]
77
[ext_resource type="Theme" uid="uid://c58sv51ac2qkl" path="res://themes/game_top_label_theme.tres" id="6_i6ds6"]
8-
[ext_resource type="Texture2D" uid="uid://drvn08bq7wqd3" path="res://assets/gems/gems/Gem1.png" id="6_pwwac"]
98
[ext_resource type="Shader" path="res://game_boards/board_space/assets/gem_cell.gdshader" id="6_tywfq"]
10-
[ext_resource type="Texture2D" uid="uid://8st0pjjj06t6" path="res://assets/gems/gems/Gem2.png" id="8_daeji"]
9+
[ext_resource type="Texture2D" uid="uid://dt14wt38x2ddb" path="res://assets/gems/space/Space_R.png" id="7_8sijq"]
1110
[ext_resource type="Theme" uid="uid://1cdmnqyil8gy" path="res://themes/game_stats_label_theme.tres" id="8_nteo6"]
12-
[ext_resource type="Texture2D" uid="uid://f03xp7kt4yhx" path="res://assets/gems/gems/Gem3.png" id="9_r572y"]
13-
[ext_resource type="Texture2D" uid="uid://demwo7h8k1qio" path="res://assets/gems/gems/Gem4.png" id="10_mn2ql"]
14-
[ext_resource type="Texture2D" uid="uid://dhrwau2byrgig" path="res://assets/gems/gems/Gem5.png" id="11_slkmj"]
15-
[ext_resource type="Texture2D" uid="uid://cwnrtr34axkyv" path="res://assets/gems/gems/Gem6.png" id="12_m7fnu"]
11+
[ext_resource type="Texture2D" uid="uid://c3gf2kl8ex7ru" path="res://assets/gems/space/Space_O.png" id="9_vnsth"]
12+
[ext_resource type="Texture2D" uid="uid://cavqcc5satl8d" path="res://assets/gems/space/Space_Y.png" id="10_yghiu"]
13+
[ext_resource type="Texture2D" uid="uid://c37gqqvuu16v3" path="res://assets/gems/space/Space_G.png" id="11_1nee1"]
14+
[ext_resource type="Texture2D" uid="uid://cvlodafggu8vg" path="res://assets/gems/space/Space_B.png" id="12_rwo65"]
15+
[ext_resource type="Texture2D" uid="uid://cnx5i4dv14xma" path="res://assets/gems/space/Space_P.png" id="13_wc6j4"]
1616
[ext_resource type="PackedScene" uid="uid://b02gonq6mjgh8" path="res://game_boards/board_space/board_space.tscn" id="14_xjwh6"]
1717
[ext_resource type="Texture2D" uid="uid://27rcw10bp2xt" path="res://assets/gui/ButtonText_Large_Green_Round.png" id="15_qjgsg"]
1818
[ext_resource type="Texture2D" uid="uid://bebhmcgujnoxc" path="res://assets/gui/ButtonText_Large_GreyOutline_Round.png" id="16_20lur"]
@@ -228,7 +228,7 @@ layout_mode = 2
228228
[node name="Sprite2D" type="Sprite2D" parent="ContGameStats/GameStats/HBoxContainer1/Control"]
229229
material = SubResource("ShaderMaterial_2xg0a")
230230
scale = Vector2(0.5, 0.5)
231-
texture = ExtResource("6_pwwac")
231+
texture = ExtResource("7_8sijq")
232232
centered = false
233233

234234
[node name="Label" type="Label" parent="ContGameStats/GameStats/HBoxContainer1"]
@@ -251,7 +251,7 @@ layout_mode = 2
251251
[node name="Sprite2D" type="Sprite2D" parent="ContGameStats/GameStats/HBoxContainer2/Control"]
252252
material = SubResource("ShaderMaterial_csjnx")
253253
scale = Vector2(0.5, 0.5)
254-
texture = ExtResource("8_daeji")
254+
texture = ExtResource("9_vnsth")
255255
centered = false
256256

257257
[node name="Label" type="Label" parent="ContGameStats/GameStats/HBoxContainer2"]
@@ -274,7 +274,7 @@ layout_mode = 2
274274
[node name="Sprite2D" type="Sprite2D" parent="ContGameStats/GameStats/HBoxContainer3/Control"]
275275
material = SubResource("ShaderMaterial_v882r")
276276
scale = Vector2(0.5, 0.5)
277-
texture = ExtResource("9_r572y")
277+
texture = ExtResource("10_yghiu")
278278
centered = false
279279

280280
[node name="Label" type="Label" parent="ContGameStats/GameStats/HBoxContainer3"]
@@ -298,7 +298,7 @@ layout_mode = 2
298298
[node name="Sprite2D" type="Sprite2D" parent="ContGameStats/GameStats/HBoxContainer4/Control"]
299299
material = SubResource("ShaderMaterial_u84gj")
300300
scale = Vector2(0.5, 0.5)
301-
texture = ExtResource("10_mn2ql")
301+
texture = ExtResource("11_1nee1")
302302
centered = false
303303

304304
[node name="Label" type="Label" parent="ContGameStats/GameStats/HBoxContainer4"]
@@ -322,7 +322,7 @@ layout_mode = 2
322322
[node name="Sprite2D" type="Sprite2D" parent="ContGameStats/GameStats/HBoxContainer5/Control"]
323323
material = SubResource("ShaderMaterial_oi0wf")
324324
scale = Vector2(0.5, 0.5)
325-
texture = ExtResource("11_slkmj")
325+
texture = ExtResource("12_rwo65")
326326
centered = false
327327

328328
[node name="Label" type="Label" parent="ContGameStats/GameStats/HBoxContainer5"]
@@ -346,7 +346,7 @@ layout_mode = 2
346346
[node name="Sprite2D" type="Sprite2D" parent="ContGameStats/GameStats/HBoxContainer6/Control"]
347347
material = SubResource("ShaderMaterial_skchu")
348348
scale = Vector2(0.5, 0.5)
349-
texture = ExtResource("12_m7fnu")
349+
texture = ExtResource("13_wc6j4")
350350
centered = false
351351

352352
[node name="Label" type="Label" parent="ContGameStats/GameStats/HBoxContainer6"]

0 commit comments

Comments
 (0)