summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-24 15:47:49 -0600
committerLogan <logan@cflip.net>2022-09-24 15:47:49 -0600
commit286f4e6a2d70174d7bfb928ed1646ec03a5a37ab (patch)
tree33f6f8bf0f25944c3b8d9ae154c10669896c538a
parent5866a759f7f75ed9f91306543952c01164ab58cc (diff)
Changed floor texture.
-rw-r--r--scenes/level.tscn14
1 files changed, 7 insertions, 7 deletions
diff --git a/scenes/level.tscn b/scenes/level.tscn
index fe471cd..cd1b8df 100644
--- a/scenes/level.tscn
+++ b/scenes/level.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=2]
-[ext_resource path="res://icon.png" type="Texture" id=1]
+[ext_resource path="res://textures/court_lines.png" type="Texture" id=1]
[ext_resource path="res://scenes/hoop.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/basketball.tscn" type="PackedScene" id=3]
[ext_resource path="res://scenes/interface.tscn" type="PackedScene" id=4]
@@ -13,24 +13,24 @@ d = 10.0
[node name="Interface" parent="." instance=ExtResource( 4 )]
[node name="Hoop" parent="." instance=ExtResource( 2 )]
-position = Vector2( 721, 215 )
-
-[node name="Basketball" parent="." instance=ExtResource( 3 )]
-position = Vector2( 71, 423 )
+position = Vector2( 796, 215 )
[node name="Floor" type="StaticBody2D" parent="."]
-position = Vector2( 512, 590 )
+position = Vector2( 684, 510 )
__meta__ = {
"_edit_group_": true
}
[node name="Sprite" type="Sprite" parent="Floor"]
position = Vector2( -3.05176e-05, 2.52724e-05 )
-scale = Vector2( 16, 0.3125 )
+scale = Vector2( 5, 5 )
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
shape = SubResource( 1 )
+[node name="Basketball" parent="." instance=ExtResource( 3 )]
+position = Vector2( 156, 371 )
+
[connection signal="score" from="Hoop" to="Interface" method="_on_Hoop_score"]
[connection signal="change_power" from="Basketball" to="Interface" method="_on_Basketball_change_power"]