This repository has been archived on 2024-09-30. You can view files and clone it, but cannot push or open issues/pull-requests.
gbjam12/puzzles/ball/ball.tscn

19 lines
647 B
Plaintext
Raw Normal View History

2024-09-16 23:25:08 +03:00
[gd_scene load_steps=4 format=3 uid="uid://dtya31nfxo0h7"]
[ext_resource type="Texture2D" uid="uid://ccs76qyn4ua40" path="res://puzzles/assets/ball.png" id="1_3p6vy"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_8in3v"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_we7nh"]
size = Vector2(14, 14)
[node name="Ball" type="StaticBody2D"]
collision_layer = 2
physics_material_override = SubResource("PhysicsMaterial_8in3v")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_3p6vy")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_we7nh")