first commit
This commit is contained in:
commit
a673773183
21 changed files with 305 additions and 0 deletions
8
pinball/bumper.tscn
Normal file
8
pinball/bumper.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b4mlc72u3danp"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bjkqwg7x8boun" path="res://assets/bumper.png" id="1_gph4f"]
|
||||
|
||||
[node name="Bumper" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_gph4f")
|
||||
Loading…
Add table
Add a link
Reference in a new issue