first commit

This commit is contained in:
rain caliber 2025-02-03 00:08:50 -06:00
commit a673773183
21 changed files with 305 additions and 0 deletions

8
pinball/bumper.tscn Normal file
View 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")