File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
addons/block_code/examples/pong_game Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
[gd_scene load_steps =11 format =3 uid ="uid://djmtbm15n2wqq" ]
2
2
3
- [ext_resource type ="Script" path ="res://addons/block_code/simple_nodes/simple_scoring/simple_scoring.gd" id ="1_eafo0" ]
4
- [ext_resource type ="Script" path ="res://addons/block_code/block_code_node/block_code.gd" id ="2_4mu48" ]
5
- [ext_resource type ="Script" path ="res://addons/block_code/serialization/block_serialization_tree.gd" id ="3_kpcgt" ]
6
- [ext_resource type ="Script" path ="res://addons/block_code/serialization/block_serialization.gd" id ="4_ph8ne" ]
7
- [ext_resource type ="Script" path ="res://addons/block_code/serialization/block_script_serialization.gd" id ="6_k7up7" ]
8
- [ext_resource type ="Script" path ="res://addons/block_code/code_generation/variable_definition.gd" id ="7_x0rr3" ]
3
+ [ext_resource type ="Script" uid = "uid://chi1008f4c7el" path ="res://addons/block_code/simple_nodes/simple_scoring/simple_scoring.gd" id ="1_eafo0" ]
4
+ [ext_resource type ="Script" uid = "uid://cumxsbxj56dmk" path ="res://addons/block_code/block_code_node/block_code.gd" id ="2_4mu48" ]
5
+ [ext_resource type ="Script" uid = "uid://brx1cabdmgu38" path ="res://addons/block_code/serialization/block_serialization_tree.gd" id ="3_kpcgt" ]
6
+ [ext_resource type ="Script" uid = "uid://u035wsjd5tpj" path ="res://addons/block_code/serialization/block_serialization.gd" id ="4_ph8ne" ]
7
+ [ext_resource type ="Script" uid = "uid://tlsvrkc3fubl" path ="res://addons/block_code/serialization/block_script_serialization.gd" id ="6_k7up7" ]
8
+ [ext_resource type ="Script" uid = "uid://bwkinr8omutpw" path ="res://addons/block_code/code_generation/variable_definition.gd" id ="7_x0rr3" ]
9
9
10
10
[sub_resource type ="Resource" id ="Resource_paaek" ]
11
11
script = ExtResource ("4_ph8ne" )
@@ -44,7 +44,6 @@ version = 0
44
44
45
45
[node name ="PlayerScore" type ="Node2D" groups =["hud" ]]
46
46
script = ExtResource ("1_eafo0" )
47
- score = null
48
47
49
48
[node name ="BlockCode" type ="Node" parent ="." ]
50
49
script = ExtResource ("2_4mu48" )
Original file line number Diff line number Diff line change @@ -612,11 +612,9 @@ follow_viewport_enabled = true
612
612
613
613
[node name ="PlayerScoreLeft" parent ="CanvasLayer" instance =ExtResource ("13_jvkp7" )]
614
614
position = Vector2 (240 , 0 )
615
- score = 0
616
615
617
616
[node name ="PlayerScoreRight" parent ="CanvasLayer" instance =ExtResource ("13_jvkp7" )]
618
617
position = Vector2 (1200 , 0 )
619
- score = 0
620
618
621
619
[node name ="Camera2D" type ="Camera2D" parent ="." ]
622
620
position = Vector2 (960 , 540 )
You can’t perform that action at this time.
0 commit comments