Scaled chips and board

This commit is contained in:
Multiplyster
2025-12-03 20:06:34 -05:00
Unverified
parent ab4ebaea42
commit 21f2af5395
6 changed files with 65 additions and 10 deletions

View File

@@ -4,13 +4,15 @@
[ext_resource type="Script" uid="uid://dd5nu6037qsr0" path="res://scripts/red_chip.gd" id="1_tfypd"]
[sub_resource type="CircleShape2D" id="CircleShape2D_tfypd"]
radius = 14.0
radius = 13.017083
[node name="RedChip" type="RigidBody2D"]
script = ExtResource("1_tfypd")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(3, 3)
texture = ExtResource("1_qsflu")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
scale = Vector2(3, 3)
shape = SubResource("CircleShape2D_tfypd")