mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Merge pull request #53279 from nekomatata/fix-tilemap-angular-velocity
This commit is contained in:
commit
d1c20130e8
@ -646,7 +646,7 @@ private:
|
||||
};
|
||||
|
||||
Vector2 linear_velocity;
|
||||
float angular_velocity;
|
||||
float angular_velocity = 0.0;
|
||||
Vector<PolygonShapeTileData> polygons;
|
||||
};
|
||||
Vector<PhysicsLayerTileData> physics;
|
||||
|
Loading…
x
Reference in New Issue
Block a user