base level camera
This commit is contained in:
parent
807902b7fc
commit
0aebf6fa9b
8 changed files with 126 additions and 3 deletions
14
scenes/blocks_programming/beatle.tscn
Normal file
14
scenes/blocks_programming/beatle.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://i3u4tuahol83"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://crq58656204me" path="res://assets/blocks_programm/beatle.png" id="1_e2y7o"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mlwwt"]
|
||||
size = Vector2(8, 8)
|
||||
|
||||
[node name="CharacterBody2D" type="CharacterBody2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_e2y7o")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_mlwwt")
|
Loading…
Add table
Add a link
Reference in a new issue