/
NeonBite
/
game
Обзор
Документация
Войти
/
NeonBite
/
game
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Block.tscn
16 строк
472 B
Winnie-the-Pooh2019
he
06 дек 2025, 06:28
06 дек 2025, 06:28
a05abfb
Код
Авторство
О чём код?
[gd_scene load_steps=3 format=2] [ext_resource path="res://kenney_pixel-platformer/Tilemap/tilemap_packed.png" type="Texture" id=1] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 9, 9 ) [node name="Block" type="StaticBody2D"] [node name="Sprite" type="Sprite" parent="."] texture = ExtResource( 1 ) region_enabled = true region_rect = Rect2( 126, 36, 18, 18 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource( 1 )